Html Css Color HEX #FBAED2 Lavender Pink

📋 copy color: '#FBAED2'

red 251 ◦ green 174 ◦ blue 210

#FBAED2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lavender Pink #FBAED2

Tints of Lavender Pink #FBAED2

RGB

 RED value IS 251 (98.44% from 255) = 39.53%

 GREEN value IS 174 (68.36% from 255) = 27.4%

 BLUE value IS 210 (82.42% from 255) = 33.07%

R = 39.53%
G = 27.4%
B = 33.07%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.16

 K value IS 0.02

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#FBAED2 (or 0xFBAED2) is known color: Lavender Pink. HEX triplet: FB, AE and D2. RGB value is (251,174,210). Sum of RGB (Red+Green+Blue) = 251+174+210=635 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.53% from 635); Green value is 174 (68.36% from 255 or 27.40% from 635); Blue value is 210 (82.42% from 255 or 33.07% from 635); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAED2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBAED2 is #04512D. Grayscale: #C9C9C9. Windows color (decimal): -282926 or 13807355. OLE color: 13807355.

HSL color Cylindrical-coordinate representation of color #FBAED2: hue angle of 331.95º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FBAED2 is Cyan = 0, Magento = 0.31, Yellow = 0.16 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 174 210 -
CMYK 0 0.31 0.16 0.02
HSL 331.95º 0.91% 0.83% -
HSV(B) 331.95º 0.31% 0.98% -
XYZ 66.55 55.43 68.16 -
YUV 201.13 133.01 163.57 -
System Red Green Blue C M Y K H S L
Decimal 251 174 210 0 0.31 0.16 0.02 331.95 0.91 0.83
Hex FB AE D2 0 1F 10 2 14C 5B 53
Octal 373 256 322 0 37 20 2 514 133 123
Binary 11111011 10101110 11010010 0 11111 10000 10 101001100 1011011 1010011

Color Harmonies of #FBAED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBAED2

Black with #FBAED2

Text Example


Text Example

White with #FBAED2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBAED2; }

 p { color: rgb(251,174,210); }

 H1.HeaderClassName
 {
   color: #FBAED2;
 }
 .AnyTagClassName
 {
   color: #FBAED2;
 }
</style>

background-color css

<style>
 a { background-color: #FBAED2; }

 a { background-color: rgb(251,174,210); }

 div.DivClassName
 {
   background-color: #FBAED2;
 }
 .BgClassName
 {
   background-color: #FBAED2;
 }
</style>

border-color css

<style>
 span { border-color: #FBAED2; }

 span { border-color: rgb(251,174,210); }

 td.TdClassName
 {
   border-color: #FBAED2;
 }
 .TagClassName
 {
   border-color: #FBAED2;
 }
</style>