#FAB0E4

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

Shades of Lavender Rose #FAB0E4

Tints of Lavender Rose #FAB0E4

Color information

#FAB0E4 (or 0xFAB0E4) is unknown color: approx Lavender Rose. HEX triplet: FA, B0 and E4. RGB value is (250,176,228). Sum of RGB (Red+Green+Blue) = 250+176+228=654 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.23% from 654); Green value is 176 (69.14% from 255 or 26.91% from 654); Blue value is 228 (89.45% from 255 or 34.86% from 654); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB0E4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAB0E4 is #054F1B. Grayscale: #CBCBCB. Windows color (decimal): -347932 or 14987514. OLE color: 14987514.

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

Color convert

RGB250176228-
CMYK00.300.090.02
HSL317.84º88.1%83.53%-
HSV(B)317.84º29.6%98.04%-
XYZ68.9556.9880.76-
YUV204.05141.52160.77-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.23%
GREEN value IS 176 (69.14% from 255) = 26.91%
BLUE value IS 228 (89.45% from 255) = 34.86%
R=38.23%
G=26.91%
B=34.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.09
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017622800.300.090.02317.8488.183.53
HexFAB0E401E9213e5854
Octal372260344036112476130124
Binary11111010101100001110010001111010011010011111010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB0E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB0E4; }

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

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

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

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

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

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

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

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