#FAB1F0

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

Shades of Lavender Rose #FAB1F0

Tints of Lavender Rose #FAB1F0

Color information

#FAB1F0 (or 0xFAB1F0) is unknown color: approx Lavender Rose. HEX triplet: FA, B1 and F0. RGB value is (250,177,240). Sum of RGB (Red+Green+Blue) = 250+177+240=667 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.48% from 667); Green value is 177 (69.53% from 255 or 26.54% from 667); Blue value is 240 (94.14% from 255 or 35.98% from 667); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB1F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAB1F0 is #054E0F. Grayscale: #CDCDCD. Windows color (decimal): -347664 or 15774202. OLE color: 15774202.

HSL color Cylindrical-coordinate representation of color #FAB1F0: hue angle of 308.22º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FAB1F0 is Cyan = 0, Magento = 0.29, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB250177240-
CMYK00.290.040.02
HSL308.22º87.95%83.73%-
HSV(B)308.22º29.2%98.04%-
XYZ70.8758.0689.91-
YUV206.01147.18159.38-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.48%
GREEN value IS 177 (69.53% from 255) = 26.54%
BLUE value IS 240 (94.14% from 255) = 35.98%
R=37.48%
G=26.54%
B=35.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017724000.290.040.02308.2287.9583.73
HexFAB1F001D421345854
Octal37226136003542464130124
Binary1111101010110001111100000111011001010011010010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB1F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB1F0; }

 p { color: rgb(250,177,240); }

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

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

 a { background-color: rgb(250,177,240); }

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

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

 span { border-color: rgb(250,177,240); }

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