#FAB0EF

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

Shades of Lavender Rose #FAB0EF

Tints of Lavender Rose #FAB0EF

Color information

#FAB0EF (or 0xFAB0EF) is unknown color: approx Lavender Rose. HEX triplet: FA, B0 and EF. RGB value is (250,176,239). Sum of RGB (Red+Green+Blue) = 250+176+239=665 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.59% from 665); Green value is 176 (69.14% from 255 or 26.47% from 665); Blue value is 239 (93.75% from 255 or 35.94% from 665); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB0EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAB0EF is #054F10. Grayscale: #CDCDCD. Windows color (decimal): -347921 or 15708410. OLE color: 15708410.

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

Color convert

RGB250176239-
CMYK00.300.040.02
HSL308.92º88.1%83.53%-
HSV(B)308.92º29.6%98.04%-
XYZ70.5357.6189.06-
YUV205.31147.02159.88-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.59%
GREEN value IS 176 (69.14% from 255) = 26.47%
BLUE value IS 239 (93.75% from 255) = 35.94%
R=37.59%
G=26.47%
B=35.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017623900.300.040.02308.9288.183.53
HexFAB0EF01E421355854
Octal37226035703642465130124
Binary1111101010110000111011110111101001010011010110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB0EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB0EF; }

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

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

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

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

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

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

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

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