#FABBF8

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

Shades of Lavender Rose #FABBF8

Tints of Lavender Rose #FABBF8

Color information

#FABBF8 (or 0xFABBF8) is unknown color: approx Lavender Rose. HEX triplet: FA, BB and F8. RGB value is (250,187,248). Sum of RGB (Red+Green+Blue) = 250+187+248=685 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.50% from 685); Green value is 187 (73.44% from 255 or 27.30% from 685); Blue value is 248 (97.27% from 255 or 36.20% from 685); Max value from RGB is 250 - color contains mainly: red. Hex color #FABBF8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FABBF8 is #054407. Grayscale: #D4D4D4. Windows color (decimal): -345096 or 16301050. OLE color: 16301050.

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

Color convert

RGB250187248-
CMYK00.250.010.02
HSL301.9º86.3%85.69%-
HSV(B)301.9º25.2%98.04%-
XYZ74.1462.6496.99-
YUV212.79147.87154.54-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.50%
GREEN value IS 187 (73.44% from 255) = 27.30%
BLUE value IS 248 (97.27% from 255) = 36.20%
R=36.50%
G=27.30%
B=36.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25018724800.250.010.02301.986.385.69
HexFABBF80191212e5656
Octal37227337003112456126126
Binary11111010101110111111100001100111010010111010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FABBF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FABBF8; }

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

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

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

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

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

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

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

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