#FEA7DE

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

Shades of Lavender Rose #FEA7DE

Tints of Lavender Rose #FEA7DE

Color information

#FEA7DE (or 0xFEA7DE) is unknown color: approx Lavender Rose. HEX triplet: FE, A7 and DE. RGB value is (254,167,222). Sum of RGB (Red+Green+Blue) = 254+167+222=643 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.50% from 643); Green value is 167 (65.62% from 255 or 25.97% from 643); Blue value is 222 (87.11% from 255 or 34.53% from 643); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA7DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA7DE is #015821. Grayscale: #C7C7C7. Windows color (decimal): -88098 or 14591998. OLE color: 14591998.

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

Color convert

RGB254167222-
CMYK00.340.130.00
HSL322.07º97.75%82.55%-
HSV(B)322.07º34.25%99.61%-
XYZ67.8853.9875.95-
YUV199.28140.82167.03-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.50%
GREEN value IS 167 (65.62% from 255) = 25.97%
BLUE value IS 222 (87.11% from 255) = 34.53%
R=39.50%
G=25.97%
B=34.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.13
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416722200.340.130.00322.0797.7582.55
HexFEA7DE022D01426253
Octal376247336042150502142123
Binary11111110101001111101111001000101101010100001011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA7DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA7DE; }

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

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

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

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

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

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

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

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