#FE9DE0

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

Shades of Lavender Rose #FE9DE0

Tints of Lavender Rose #FE9DE0

Color information

#FE9DE0 (or 0xFE9DE0) is unknown color: approx Lavender Rose. HEX triplet: FE, 9D and E0. RGB value is (254,157,224). Sum of RGB (Red+Green+Blue) = 254+157+224=635 (84% of max value = 765). Red value is 254 (99.61% from 255 or 40% from 635); Green value is 157 (61.72% from 255 or 24.72% from 635); Blue value is 224 (87.89% from 255 or 35.28% from 635); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9DE0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE9DE0 is #01621F. Grayscale: #C1C1C1. Windows color (decimal): -90656 or 14720510. OLE color: 14720510.

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

Color convert

RGB254157224-
CMYK00.380.120.00
HSL318.56º97.98%80.59%-
HSV(B)318.56º38.19%99.61%-
XYZ66.3850.5776.78-
YUV193.64145.14171.05-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40%
GREEN value IS 157 (61.72% from 255) = 24.72%
BLUE value IS 224 (87.89% from 255) = 35.28%
R=40%
G=24.72%
B=35.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.12
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25415722400.380.120.00318.5697.9880.59
HexFE9DE0026C013f6251
Octal376235340046140477142121
Binary11111110100111011110000001001101100010011111111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE9DE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE9DE0; }

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

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

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

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

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

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

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

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