#FBAEE5

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

Shades of Lavender Rose #FBAEE5

Tints of Lavender Rose #FBAEE5

Color information

#FBAEE5 (or 0xFBAEE5) is unknown color: approx Lavender Rose. HEX triplet: FB, AE and E5. RGB value is (251,174,229). Sum of RGB (Red+Green+Blue) = 251+174+229=654 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.38% from 654); Green value is 174 (68.36% from 255 or 26.61% from 654); Blue value is 229 (89.84% from 255 or 35.02% from 654); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAEE5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBAEE5 is #04511A. Grayscale: #CBCBCB. Windows color (decimal): -282907 or 15052539. OLE color: 15052539.

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

Color convert

RGB251174229-
CMYK00.310.090.02
HSL317.14º90.59%83.33%-
HSV(B)317.14º30.68%98.43%-
XYZ69.0656.4481.38-
YUV203.29142.51162.03-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.38%
GREEN value IS 174 (68.36% from 255) = 26.61%
BLUE value IS 229 (89.84% from 255) = 35.02%
R=38.38%
G=26.61%
B=35.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.09
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117422900.310.090.02317.1490.5983.33
HexFBAEE501F9213d5b53
Octal373256345037112475133123
Binary11111011101011101110010101111110011010011110110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBAEE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBAEE5; }

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

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

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

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

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

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

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

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