#FEA8E7

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

Shades of Lavender Rose #FEA8E7

Tints of Lavender Rose #FEA8E7

Color information

#FEA8E7 (or 0xFEA8E7) is unknown color: approx Lavender Rose. HEX triplet: FE, A8 and E7. RGB value is (254,168,231). Sum of RGB (Red+Green+Blue) = 254+168+231=653 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.90% from 653); Green value is 168 (66.02% from 255 or 25.73% from 653); Blue value is 231 (90.62% from 255 or 35.38% from 653); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA8E7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEA8E7 is #015718. Grayscale: #C8C8C8. Windows color (decimal): -87833 or 15182078. OLE color: 15182078.

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

Color convert

RGB254168231-
CMYK00.340.090.00
HSL316.05º97.73%82.75%-
HSV(B)316.05º33.86%99.61%-
XYZ69.354.8582.54-
YUV200.9144.99165.88-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.90%
GREEN value IS 168 (66.02% from 255) = 25.73%
BLUE value IS 231 (90.62% from 255) = 35.38%
R=38.90%
G=25.73%
B=35.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.09
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416823100.340.090.00316.0597.7382.75
HexFEA8E70229013c6253
Octal376250347042110474142123
Binary11111110101010001110011101000101001010011110011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA8E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA8E7; }

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

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

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

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

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

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

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

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