#FABBF1

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

Shades of Lavender Rose #FABBF1

Tints of Lavender Rose #FABBF1

Color information

#FABBF1 (or 0xFABBF1) is unknown color: approx Lavender Rose. HEX triplet: FA, BB and F1. RGB value is (250,187,241). Sum of RGB (Red+Green+Blue) = 250+187+241=678 (89% of max value = 765). Red value is 250 (98.05% from 255 or 36.87% from 678); Green value is 187 (73.44% from 255 or 27.58% from 678); Blue value is 241 (94.53% from 255 or 35.55% from 678); Max value from RGB is 250 - color contains mainly: red. Hex color #FABBF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FABBF1 is #05440E. Grayscale: #D3D3D3. Windows color (decimal): -345103 or 15842298. OLE color: 15842298.

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

Color convert

RGB250187241-
CMYK00.250.040.02
HSL308.57º86.3%85.69%-
HSV(B)308.57º25.2%98.04%-
XYZ73.0762.2291.38-
YUV211.99144.37155.11-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.87%
GREEN value IS 187 (73.44% from 255) = 27.58%
BLUE value IS 241 (94.53% from 255) = 35.55%
R=36.87%
G=27.58%
B=35.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25018724100.250.040.02308.5786.385.69
HexFABBF1019421355656
Octal37227336103142465126126
Binary1111101010111011111100010110011001010011010110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FABBF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FABBF1; }

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

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

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

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

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

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

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

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