#FBAEE8

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

Shades of Lavender Rose #FBAEE8

Tints of Lavender Rose #FBAEE8

Color information

#FBAEE8 (or 0xFBAEE8) is unknown color: approx Lavender Rose. HEX triplet: FB, AE and E8. RGB value is (251,174,232). Sum of RGB (Red+Green+Blue) = 251+174+232=657 (87% of max value = 765). Red value is 251 (98.44% from 255 or 38.20% from 657); Green value is 174 (68.36% from 255 or 26.48% from 657); Blue value is 232 (91.02% from 255 or 35.31% from 657); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAEE8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBAEE8 is #045117. Grayscale: #CBCBCB. Windows color (decimal): -282904 or 15249147. OLE color: 15249147.

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

Color convert

RGB251174232-
CMYK00.310.080.02
HSL314.81º90.59%83.33%-
HSV(B)314.81º30.68%98.43%-
XYZ69.4956.6183.61-
YUV203.64144.01161.78-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.20%
GREEN value IS 174 (68.36% from 255) = 26.48%
BLUE value IS 232 (91.02% from 255) = 35.31%
R=38.20%
G=26.48%
B=35.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117423200.310.080.02314.8190.5983.33
HexFBAEE801F8213b5b53
Octal373256350037102473133123
Binary11111011101011101110100001111110001010011101110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBAEE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBAEE8; }

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

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

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

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

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

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

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

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