#FEA7E7

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

Shades of Lavender Rose #FEA7E7

Tints of Lavender Rose #FEA7E7

Color information

#FEA7E7 (or 0xFEA7E7) is unknown color: approx Lavender Rose. HEX triplet: FE, A7 and E7. RGB value is (254,167,231). Sum of RGB (Red+Green+Blue) = 254+167+231=652 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.96% from 652); Green value is 167 (65.62% from 255 or 25.61% from 652); Blue value is 231 (90.62% from 255 or 35.43% from 652); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA7E7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEA7E7 is #015818. Grayscale: #C8C8C8. Windows color (decimal): -88089 or 15181822. OLE color: 15181822.

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

Color convert

RGB254167231-
CMYK00.340.090.00
HSL315.86º97.75%82.55%-
HSV(B)315.86º34.25%99.61%-
XYZ69.1254.4882.47-
YUV200.31145.32166.3-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.96%
GREEN value IS 167 (65.62% from 255) = 25.61%
BLUE value IS 231 (90.62% from 255) = 35.43%
R=38.96%
G=25.61%
B=35.43%

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
Decimal25416723100.340.090.00315.8697.7582.55
HexFEA7E70229013c6253
Octal376247347042110474142123
Binary11111110101001111110011101000101001010011110011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA7E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA7E7; }

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

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

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

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

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

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

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

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