Html Css Color HEX #FBAED9 Lavender Pink

📋 copy color: '#FBAED9'

red 251 ◦ green 174 ◦ blue 217

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

Shades of Lavender Pink #FBAED9

Tints of Lavender Pink #FBAED9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 33.8%

R = 39.1%
G = 27.1%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.14

 K value IS 0.02

RGB Variations

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

Color information

#FBAED9 (or 0xFBAED9) is known color: Lavender Pink. HEX triplet: FB, AE and D9. RGB value is (251,174,217). Sum of RGB (Red+Green+Blue) = 251+174+217=642 (85% of max value = 765). Red value is 251 (98.44% from 255 or 39.10% from 642); Green value is 174 (68.36% from 255 or 27.10% from 642); Blue value is 217 (85.16% from 255 or 33.80% from 642); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAED9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBAED9 is #045126. Grayscale: #C9C9C9. Windows color (decimal): -282919 or 14266107. OLE color: 14266107.

HSL color Cylindrical-coordinate representation of color #FBAED9: hue angle of 326.49º 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 #FBAED9 is Cyan = 0, Magento = 0.31, Yellow = 0.14 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 174 217 -
CMYK 0 0.31 0.14 0.02
HSL 326.49º 0.91% 0.83% -
HSV(B) 326.49º 0.31% 0.98% -
XYZ 67.44 55.79 72.86 -
YUV 201.93 136.51 163 -
System Red Green Blue C M Y K H S L
Decimal 251 174 217 0 0.31 0.14 0.02 326.49 0.91 0.83
Hex FB AE D9 0 1F E 2 146 5B 53
Octal 373 256 331 0 37 16 2 506 133 123
Binary 11111011 10101110 11011001 0 11111 1110 10 101000110 1011011 1010011

Color Harmonies of #FBAED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBAED9

Black with #FBAED9

Text Example


Text Example

White with #FBAED9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBAED9; }

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

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

background-color css

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

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

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

border-color css

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

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

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