#FBAED9

Color #FBAED9 Lavender Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Pink #FBAED9

Tints of Lavender Pink #FBAED9

Color information

#FBAED9 (or 0xFBAED9) is unknown color: approx 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

RGB251174217-
CMYK00.310.140.02
HSL326.49º90.59%83.33%-
HSV(B)326.49º30.68%98.43%-
XYZ67.4455.7972.86-
YUV201.92136.51163-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.10%
GREEN value IS 174 (68.36% from 255) = 27.10%
BLUE value IS 217 (85.16% from 255) = 33.80%
R=39.10%
G=27.10%
B=33.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117421700.310.140.02326.4990.5983.33
HexFBAED901FE21465b53
Octal373256331037162506133123
Binary11111011101011101101100101111111101010100011010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBAED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>