#FABBF4

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

Shades of Lavender Rose #FABBF4

Tints of Lavender Rose #FABBF4

Color information

#FABBF4 (or 0xFABBF4) is unknown color: approx Lavender Rose. HEX triplet: FA, BB and F4. RGB value is (250,187,244). Sum of RGB (Red+Green+Blue) = 250+187+244=681 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.71% from 681); Green value is 187 (73.44% from 255 or 27.46% from 681); Blue value is 244 (95.70% from 255 or 35.83% from 681); Max value from RGB is 250 - color contains mainly: red. Hex color #FABBF4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FABBF4 is #05440B. Grayscale: #D4D4D4. Windows color (decimal): -345100 or 16038906. OLE color: 16038906.

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

Color convert

RGB250187244-
CMYK00.250.020.02
HSL305.71º86.3%85.69%-
HSV(B)305.71º25.2%98.04%-
XYZ73.5262.493.76-
YUV212.34145.87154.87-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.71%
GREEN value IS 187 (73.44% from 255) = 27.46%
BLUE value IS 244 (95.70% from 255) = 35.83%
R=36.71%
G=27.46%
B=35.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25018724400.250.020.02305.7186.385.69
HexFABBF4019221325656
Octal37227336403122462126126
Binary111110101011101111110100011001101010011001010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FABBF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FABBF4; }

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

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

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

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

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

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

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

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