#FAB1E9

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

Shades of Lavender Rose #FAB1E9

Tints of Lavender Rose #FAB1E9

Color information

#FAB1E9 (or 0xFAB1E9) is unknown color: approx Lavender Rose. HEX triplet: FA, B1 and E9. RGB value is (250,177,233). Sum of RGB (Red+Green+Blue) = 250+177+233=660 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.88% from 660); Green value is 177 (69.53% from 255 or 26.82% from 660); Blue value is 233 (91.41% from 255 or 35.30% from 660); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB1E9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAB1E9 is #054E16. Grayscale: #CDCDCD. Windows color (decimal): -347671 or 15315450. OLE color: 15315450.

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

Color convert

RGB250177233-
CMYK00.290.070.02
HSL313.97º87.95%83.73%-
HSV(B)313.97º29.2%98.04%-
XYZ69.8557.6584.54-
YUV205.21143.68159.95-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.88%
GREEN value IS 177 (69.53% from 255) = 26.82%
BLUE value IS 233 (91.41% from 255) = 35.30%
R=37.88%
G=26.82%
B=35.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017723300.290.070.02313.9787.9583.73
HexFAB1E901D7213a5854
Octal37226135103572472130124
Binary1111101010110001111010010111011111010011101010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB1E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB1E9; }

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

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

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

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

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

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

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

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