#FBAEEF

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

Shades of Lavender Rose #FBAEEF

Tints of Lavender Rose #FBAEEF

Color information

#FBAEEF (or 0xFBAEEF) is unknown color: approx Lavender Rose. HEX triplet: FB, AE and EF. RGB value is (251,174,239). Sum of RGB (Red+Green+Blue) = 251+174+239=664 (87% of max value = 765). Red value is 251 (98.44% from 255 or 37.80% from 664); Green value is 174 (68.36% from 255 or 26.20% from 664); Blue value is 239 (93.75% from 255 or 35.99% from 664); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAEEF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBAEEF is #045110. Grayscale: #CCCCCC. Windows color (decimal): -282897 or 15707899. OLE color: 15707899.

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

Color convert

RGB251174239-
CMYK00.310.050.02
HSL309.35º90.59%83.33%-
HSV(B)309.35º30.68%98.43%-
XYZ70.557.0188.95-
YUV204.43147.51161.21-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.80%
GREEN value IS 174 (68.36% from 255) = 26.20%
BLUE value IS 239 (93.75% from 255) = 35.99%
R=37.80%
G=26.20%
B=35.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117423900.310.050.02309.3590.5983.33
HexFBAEEF01F521355b53
Octal37325635703752465133123
Binary1111101110101110111011110111111011010011010110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBAEEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBAEEF; }

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

 H1.HeaderClassName
 {
   color: #FBAEEF;
 }
 .AnyTagClassName
 {
   color: #FBAEEF;
 }
</style>
background-color css

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

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

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

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

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

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