#FAB0E9

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

Shades of Lavender Rose #FAB0E9

Tints of Lavender Rose #FAB0E9

Color information

#FAB0E9 (or 0xFAB0E9) is unknown color: approx Lavender Rose. HEX triplet: FA, B0 and E9. RGB value is (250,176,233). Sum of RGB (Red+Green+Blue) = 250+176+233=659 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.94% from 659); Green value is 176 (69.14% from 255 or 26.71% from 659); Blue value is 233 (91.41% from 255 or 35.36% from 659); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB0E9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAB0E9 is #054F16. Grayscale: #CCCCCC. Windows color (decimal): -347927 or 15315194. OLE color: 15315194.

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

Color convert

RGB250176233-
CMYK00.300.070.02
HSL313.78º88.1%83.53%-
HSV(B)313.78º29.6%98.04%-
XYZ69.6657.2684.47-
YUV204.62144.02160.37-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.94%
GREEN value IS 176 (69.14% from 255) = 26.71%
BLUE value IS 233 (91.41% from 255) = 35.36%
R=37.94%
G=26.71%
B=35.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017623300.300.070.02313.7888.183.53
HexFAB0E901E7213a5854
Octal37226035103672472130124
Binary1111101010110000111010010111101111010011101010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB0E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB0E9; }

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

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

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

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

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

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

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

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