#FEA8E0

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

Shades of Lavender Rose #FEA8E0

Tints of Lavender Rose #FEA8E0

Color information

#FEA8E0 (or 0xFEA8E0) is unknown color: approx Lavender Rose. HEX triplet: FE, A8 and E0. RGB value is (254,168,224). Sum of RGB (Red+Green+Blue) = 254+168+224=646 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.32% from 646); Green value is 168 (66.02% from 255 or 26.01% from 646); Blue value is 224 (87.89% from 255 or 34.67% from 646); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA8E0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA8E0 is #01571F. Grayscale: #C7C7C7. Windows color (decimal): -87840 or 14723326. OLE color: 14723326.

HSL color Cylindrical-coordinate representation of color #FEA8E0: hue angle of 320.93º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FEA8E0 is Cyan = 0, Magento = 0.34, Yellow = 0.12 and Black (K on CMYK) = 0.00.

Color convert

RGB254168224-
CMYK00.340.120.00
HSL320.93º97.73%82.75%-
HSV(B)320.93º33.86%99.61%-
XYZ68.3354.4677.43-
YUV200.1141.49166.45-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.32%
GREEN value IS 168 (66.02% from 255) = 26.01%
BLUE value IS 224 (87.89% from 255) = 34.67%
R=39.32%
G=26.01%
B=34.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.12
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416822400.340.120.00320.9397.7382.75
HexFEA8E0022C01416253
Octal376250340042140501142123
Binary11111110101010001110000001000101100010100000111000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA8E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA8E0; }

 p { color: rgb(254,168,224); }

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

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

 a { background-color: rgb(254,168,224); }

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

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

 span { border-color: rgb(254,168,224); }

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