#FF9EDE

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

Shades of Lavender Rose #FF9EDE

Tints of Lavender Rose #FF9EDE

Color information

#FF9EDE (or 0xFF9EDE) is unknown color: approx Lavender Rose. HEX triplet: FF, 9E and DE. RGB value is (255,158,222). Sum of RGB (Red+Green+Blue) = 255+158+222=635 (84% of max value = 765). Red value is 255 (100% from 255 or 40.16% from 635); Green value is 158 (62.11% from 255 or 24.88% from 635); Blue value is 222 (87.11% from 255 or 34.96% from 635); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9EDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF9EDE is #006121. Grayscale: #C2C2C2. Windows color (decimal): -24866 or 14589695. OLE color: 14589695.

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

Color convert

RGB255158222-
CMYK00.380.130
HSL320.41º100%80.98%-
HSV(B)320.41º38.04%100%-
XYZ66.6550.9975.44-
YUV194.3143.64171.3-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.16%
GREEN value IS 158 (62.11% from 255) = 24.88%
BLUE value IS 222 (87.11% from 255) = 34.96%
R=40.16%
G=24.88%
B=34.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.13
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515822200.380.130320.4110080.98
HexFF9EDE026D01406451
Octal377236336046150500144121
Binary11111111100111101101111001001101101010100000011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF9EDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF9EDE; }

 p { color: rgb(255,158,222); }

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

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

 a { background-color: rgb(255,158,222); }

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

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

 span { border-color: rgb(255,158,222); }

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