#FAB0E2

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

Shades of Lavender Rose #FAB0E2

Tints of Lavender Rose #FAB0E2

Color information

#FAB0E2 (or 0xFAB0E2) is unknown color: approx Lavender Rose. HEX triplet: FA, B0 and E2. RGB value is (250,176,226). Sum of RGB (Red+Green+Blue) = 250+176+226=652 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.34% from 652); Green value is 176 (69.14% from 255 or 26.99% from 652); Blue value is 226 (88.67% from 255 or 34.66% from 652); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB0E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAB0E2 is #054F1D. Grayscale: #CBCBCB. Windows color (decimal): -347934 or 14856442. OLE color: 14856442.

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

Color convert

RGB250176226-
CMYK00.300.100.02
HSL319.46º88.1%83.53%-
HSV(B)319.46º29.6%98.04%-
XYZ68.6856.8779.31-
YUV203.83140.52160.93-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.34%
GREEN value IS 176 (69.14% from 255) = 26.99%
BLUE value IS 226 (88.67% from 255) = 34.66%
R=38.34%
G=26.99%
B=34.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017622600.300.100.02319.4688.183.53
HexFAB0E201EA213f5854
Octal372260342036122477130124
Binary11111010101100001110001001111010101010011111110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB0E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB0E2; }

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

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

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

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

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

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

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

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