#FAB2E0

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

Shades of Lavender Rose #FAB2E0

Tints of Lavender Rose #FAB2E0

Color information

#FAB2E0 (or 0xFAB2E0) is unknown color: approx Lavender Rose. HEX triplet: FA, B2 and E0. RGB value is (250,178,224). Sum of RGB (Red+Green+Blue) = 250+178+224=652 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.34% from 652); Green value is 178 (69.92% from 255 or 27.30% from 652); Blue value is 224 (87.89% from 255 or 34.36% from 652); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB2E0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAB2E0 is #054D1F. Grayscale: #CCCCCC. Windows color (decimal): -347424 or 14725882. OLE color: 14725882.

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

Color convert

RGB250178224-
CMYK00.290.100.02
HSL321.67º87.8%83.92%-
HSV(B)321.67º28.8%98.04%-
XYZ68.857.5578-
YUV204.77138.85160.26-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.34%
GREEN value IS 178 (69.92% from 255) = 27.30%
BLUE value IS 224 (87.89% from 255) = 34.36%
R=38.34%
G=27.30%
B=34.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017822400.290.100.02321.6787.883.92
HexFAB2E001DA21425854
Octal372262340035122502130124
Binary11111010101100101110000001110110101010100001010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB2E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB2E0; }

 p { color: rgb(250,178,224); }

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

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

 a { background-color: rgb(250,178,224); }

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

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

 span { border-color: rgb(250,178,224); }

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