#FABBF2

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

Shades of Lavender Rose #FABBF2

Tints of Lavender Rose #FABBF2

Color information

#FABBF2 (or 0xFABBF2) is unknown color: approx Lavender Rose. HEX triplet: FA, BB and F2. RGB value is (250,187,242). Sum of RGB (Red+Green+Blue) = 250+187+242=679 (89% of max value = 765). Red value is 250 (98.05% from 255 or 36.82% from 679); Green value is 187 (73.44% from 255 or 27.54% from 679); Blue value is 242 (94.92% from 255 or 35.64% from 679); Max value from RGB is 250 - color contains mainly: red. Hex color #FABBF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FABBF2 is #05440D. Grayscale: #D3D3D3. Windows color (decimal): -345102 or 15907834. OLE color: 15907834.

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

Color convert

RGB250187242-
CMYK00.250.030.02
HSL307.62º86.3%85.69%-
HSV(B)307.62º25.2%98.04%-
XYZ73.2262.2892.17-
YUV212.11144.87155.03-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.82%
GREEN value IS 187 (73.44% from 255) = 27.54%
BLUE value IS 242 (94.92% from 255) = 35.64%
R=36.82%
G=27.54%
B=35.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.03
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25018724200.250.030.02307.6286.385.69
HexFABBF2019321345656
Octal37227336203132464126126
Binary111110101011101111110010011001111010011010010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FABBF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FABBF2; }

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

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

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

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

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

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

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

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