#FABBF3

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

Shades of Lavender Rose #FABBF3

Tints of Lavender Rose #FABBF3

Color information

#FABBF3 (or 0xFABBF3) is unknown color: approx Lavender Rose. HEX triplet: FA, BB and F3. RGB value is (250,187,243). Sum of RGB (Red+Green+Blue) = 250+187+243=680 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.76% from 680); Green value is 187 (73.44% from 255 or 27.5% from 680); Blue value is 243 (95.31% from 255 or 35.74% from 680); Max value from RGB is 250 - color contains mainly: red. Hex color #FABBF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FABBF3 is #05440C. Grayscale: #D4D4D4. Windows color (decimal): -345101 or 15973370. OLE color: 15973370.

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

Color convert

RGB250187243-
CMYK00.250.030.02
HSL306.67º86.3%85.69%-
HSV(B)306.67º25.2%98.04%-
XYZ73.3762.3492.96-
YUV212.22145.37154.95-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.76%
GREEN value IS 187 (73.44% from 255) = 27.5%
BLUE value IS 243 (95.31% from 255) = 35.74%
R=36.76%
G=27.5%
B=35.74%

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
Decimal25018724300.250.030.02306.6786.385.69
HexFABBF3019321335656
Octal37227336303132463126126
Binary111110101011101111110011011001111010011001110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FABBF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FABBF3; }

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

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

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

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

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

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

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

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