#FAB1F8

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

Shades of Lavender Rose #FAB1F8

Tints of Lavender Rose #FAB1F8

Color information

#FAB1F8 (or 0xFAB1F8) is unknown color: approx Lavender Rose. HEX triplet: FA, B1 and F8. RGB value is (250,177,248). Sum of RGB (Red+Green+Blue) = 250+177+248=675 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.04% from 675); Green value is 177 (69.53% from 255 or 26.22% from 675); Blue value is 248 (97.27% from 255 or 36.74% from 675); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB1F8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAB1F8 is #054E07. Grayscale: #CECECE. Windows color (decimal): -347656 or 16298490. OLE color: 16298490.

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

Color convert

RGB250177248-
CMYK00.290.010.02
HSL301.64º87.95%83.73%-
HSV(B)301.64º29.2%98.04%-
XYZ72.0958.5596.31-
YUV206.92151.18158.73-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.04%
GREEN value IS 177 (69.53% from 255) = 26.22%
BLUE value IS 248 (97.27% from 255) = 36.74%
R=37.04%
G=26.22%
B=36.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017724800.290.010.02301.6487.9583.73
HexFAB1F801D1212e5854
Octal37226137003512456130124
Binary11111010101100011111100001110111010010111010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB1F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB1F8; }

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

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

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

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

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

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

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

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