#FABBF7

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

Shades of Lavender Rose #FABBF7

Tints of Lavender Rose #FABBF7

Color information

#FABBF7 (or 0xFABBF7) is unknown color: approx Lavender Rose. HEX triplet: FA, BB and F7. RGB value is (250,187,247). Sum of RGB (Red+Green+Blue) = 250+187+247=684 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.55% from 684); Green value is 187 (73.44% from 255 or 27.34% from 684); Blue value is 247 (96.88% from 255 or 36.11% from 684); Max value from RGB is 250 - color contains mainly: red. Hex color #FABBF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FABBF7 is #054408. Grayscale: #D4D4D4. Windows color (decimal): -345097 or 16235514. OLE color: 16235514.

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

Color convert

RGB250187247-
CMYK00.250.010.02
HSL302.86º86.3%85.69%-
HSV(B)302.86º25.2%98.04%-
XYZ73.9862.5896.18-
YUV212.68147.37154.62-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.55%
GREEN value IS 187 (73.44% from 255) = 27.34%
BLUE value IS 247 (96.88% from 255) = 36.11%
R=36.55%
G=27.34%
B=36.11%

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
Decimal25018724700.250.010.02302.8686.385.69
HexFABBF70191212f5656
Octal37227336703112457126126
Binary11111010101110111111011101100111010010111110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FABBF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FABBF7; }

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

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

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

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

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

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

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

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