#FAB1F6

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

Shades of Lavender Rose #FAB1F6

Tints of Lavender Rose #FAB1F6

Color information

#FAB1F6 (or 0xFAB1F6) is unknown color: approx Lavender Rose. HEX triplet: FA, B1 and F6. RGB value is (250,177,246). Sum of RGB (Red+Green+Blue) = 250+177+246=673 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.15% from 673); Green value is 177 (69.53% from 255 or 26.30% from 673); Blue value is 246 (96.48% from 255 or 36.55% from 673); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB1F6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAB1F6 is #054E09. Grayscale: #CECECE. Windows color (decimal): -347658 or 16167418. OLE color: 16167418.

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

Color convert

RGB250177246-
CMYK00.290.020.02
HSL303.29º87.95%83.73%-
HSV(B)303.29º29.2%98.04%-
XYZ71.7858.4294.68-
YUV206.69150.18158.89-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.15%
GREEN value IS 177 (69.53% from 255) = 26.30%
BLUE value IS 246 (96.48% from 255) = 36.55%
R=37.15%
G=26.30%
B=36.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017724600.290.020.02303.2987.9583.73
HexFAB1F601D2212f5854
Octal37226136603522457130124
Binary111110101011000111110110011101101010010111110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB1F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB1F6; }

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

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

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

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

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

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

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

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