#FEA7EE

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

Shades of Lavender Rose #FEA7EE

Tints of Lavender Rose #FEA7EE

Color information

#FEA7EE (or 0xFEA7EE) is unknown color: approx Lavender Rose. HEX triplet: FE, A7 and EE. RGB value is (254,167,238). Sum of RGB (Red+Green+Blue) = 254+167+238=659 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.54% from 659); Green value is 167 (65.62% from 255 or 25.34% from 659); Blue value is 238 (93.36% from 255 or 36.12% from 659); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA7EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEA7EE is #015811. Grayscale: #C8C8C8. Windows color (decimal): -88082 or 15640574. OLE color: 15640574.

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

Color convert

RGB254167238-
CMYK00.340.060.00
HSL311.03º97.75%82.55%-
HSV(B)311.03º34.25%99.61%-
XYZ70.1254.8887.79-
YUV201.11148.82165.73-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.54%
GREEN value IS 167 (65.62% from 255) = 25.34%
BLUE value IS 238 (93.36% from 255) = 36.12%
R=38.54%
G=25.34%
B=36.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.06
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416723800.340.060.00311.0397.7582.55
HexFEA7EE022601376253
Octal37624735604260467142123
Binary1111111010100111111011100100010110010011011111000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA7EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA7EE; }

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

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

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

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

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

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

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

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