#FAB0EC

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

Shades of Lavender Rose #FAB0EC

Tints of Lavender Rose #FAB0EC

Color information

#FAB0EC (or 0xFAB0EC) is unknown color: approx Lavender Rose. HEX triplet: FA, B0 and EC. RGB value is (250,176,236). Sum of RGB (Red+Green+Blue) = 250+176+236=662 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.76% from 662); Green value is 176 (69.14% from 255 or 26.59% from 662); Blue value is 236 (92.58% from 255 or 35.65% from 662); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB0EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAB0EC is #054F13. Grayscale: #CCCCCC. Windows color (decimal): -347924 or 15511802. OLE color: 15511802.

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

Color convert

RGB250176236-
CMYK00.300.060.02
HSL311.35º88.1%83.53%-
HSV(B)311.35º29.6%98.04%-
XYZ70.0957.4386.75-
YUV204.97145.52160.12-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.76%
GREEN value IS 176 (69.14% from 255) = 26.59%
BLUE value IS 236 (92.58% from 255) = 35.65%
R=37.76%
G=26.59%
B=35.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017623600.300.060.02311.3588.183.53
HexFAB0EC01E621375854
Octal37226035403662467130124
Binary1111101010110000111011000111101101010011011110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB0EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB0EC; }

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

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

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

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

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

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

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

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