#FAB1EE

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

Shades of Lavender Rose #FAB1EE

Tints of Lavender Rose #FAB1EE

Color information

#FAB1EE (or 0xFAB1EE) is unknown color: approx Lavender Rose. HEX triplet: FA, B1 and EE. RGB value is (250,177,238). Sum of RGB (Red+Green+Blue) = 250+177+238=665 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.59% from 665); Green value is 177 (69.53% from 255 or 26.62% from 665); Blue value is 238 (93.36% from 255 or 35.79% from 665); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB1EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAB1EE is #054E11. Grayscale: #CDCDCD. Windows color (decimal): -347666 or 15643130. OLE color: 15643130.

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

Color convert

RGB250177238-
CMYK00.290.050.02
HSL309.86º87.95%83.73%-
HSV(B)309.86º29.2%98.04%-
XYZ70.5857.9488.35-
YUV205.78146.18159.54-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.59%
GREEN value IS 177 (69.53% from 255) = 26.62%
BLUE value IS 238 (93.36% from 255) = 35.79%
R=37.59%
G=26.62%
B=35.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017723800.290.050.02309.8687.9583.73
HexFAB1EE01D521365854
Octal37226135603552466130124
Binary1111101010110001111011100111011011010011011010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB1EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB1EE; }

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

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

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

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

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

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

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

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