#FF9DE0

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

Shades of Lavender Rose #FF9DE0

Tints of Lavender Rose #FF9DE0

Color information

#FF9DE0 (or 0xFF9DE0) is unknown color: approx Lavender Rose. HEX triplet: FF, 9D and E0. RGB value is (255,157,224). Sum of RGB (Red+Green+Blue) = 255+157+224=636 (84% of max value = 765). Red value is 255 (100% from 255 or 40.09% from 636); Green value is 157 (61.72% from 255 or 24.69% from 636); Blue value is 224 (87.89% from 255 or 35.22% from 636); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9DE0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF9DE0 is #00621F. Grayscale: #C1C1C1. Windows color (decimal): -25120 or 14720511. OLE color: 14720511.

HSL color Cylindrical-coordinate representation of color #FF9DE0: hue angle of 318.98º 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 #FF9DE0 is Cyan = 0, Magento = 0.38, Yellow = 0.12 and Black (K on CMYK) = 0.

Color convert

RGB255157224-
CMYK00.380.120
HSL318.98º100%80.78%-
HSV(B)318.98º38.43%100%-
XYZ66.7550.7676.8-
YUV193.94144.97171.55-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.09%
GREEN value IS 157 (61.72% from 255) = 24.69%
BLUE value IS 224 (87.89% from 255) = 35.22%
R=40.09%
G=24.69%
B=35.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.12
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515722400.380.120318.9810080.78
HexFF9DE0026C013f6451
Octal377235340046140477144121
Binary11111111100111011110000001001101100010011111111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF9DE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF9DE0; }

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

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

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

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

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

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

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

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