#FABBE8

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

Shades of Lavender Rose #FABBE8

Tints of Lavender Rose #FABBE8

Color information

#FABBE8 (or 0xFABBE8) is unknown color: approx Lavender Rose. HEX triplet: FA, BB and E8. RGB value is (250,187,232). Sum of RGB (Red+Green+Blue) = 250+187+232=669 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.37% from 669); Green value is 187 (73.44% from 255 or 27.95% from 669); Blue value is 232 (91.02% from 255 or 34.68% from 669); Max value from RGB is 250 - color contains mainly: red. Hex color #FABBE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FABBE8 is #054417. Grayscale: #D2D2D2. Windows color (decimal): -345112 or 15252474. OLE color: 15252474.

HSL color Cylindrical-coordinate representation of color #FABBE8: hue angle of 317.14º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FABBE8 is Cyan = 0, Magento = 0.25, Yellow = 0.07 and Black (K on CMYK) = 0.02.

Color convert

RGB250187232-
CMYK00.250.070.02
HSL317.14º86.3%85.69%-
HSV(B)317.14º25.2%98.04%-
XYZ71.7661.6984.47-
YUV210.97139.87155.84-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.37%
GREEN value IS 187 (73.44% from 255) = 27.95%
BLUE value IS 232 (91.02% from 255) = 34.68%
R=37.37%
G=27.95%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25018723200.250.070.02317.1486.385.69
HexFABBE80197213d5656
Octal37227335003172475126126
Binary1111101010111011111010000110011111010011110110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FABBE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FABBE8; }

 p { color: rgb(250,187,232); }

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

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

 a { background-color: rgb(250,187,232); }

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

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

 span { border-color: rgb(250,187,232); }

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