#FF9DE5

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

Shades of Lavender Rose #FF9DE5

Tints of Lavender Rose #FF9DE5

Color information

#FF9DE5 (or 0xFF9DE5) is unknown color: approx Lavender Rose. HEX triplet: FF, 9D and E5. RGB value is (255,157,229). Sum of RGB (Red+Green+Blue) = 255+157+229=641 (84% of max value = 765). Red value is 255 (100% from 255 or 39.78% from 641); Green value is 157 (61.72% from 255 or 24.49% from 641); Blue value is 229 (89.84% from 255 or 35.73% from 641); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9DE5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF9DE5 is #00621A. Grayscale: #C2C2C2. Windows color (decimal): -25115 or 15048191. OLE color: 15048191.

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

Color convert

RGB255157229-
CMYK00.380.100
HSL315.92º100%80.78%-
HSV(B)315.92º38.43%100%-
XYZ67.4451.0380.42-
YUV194.51147.47171.15-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.78%
GREEN value IS 157 (61.72% from 255) = 24.49%
BLUE value IS 229 (89.84% from 255) = 35.73%
R=39.78%
G=24.49%
B=35.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.10
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515722900.380.100315.9210080.78
HexFF9DE5026A013c6451
Octal377235345046120474144121
Binary11111111100111011110010101001101010010011110011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF9DE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF9DE5; }

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

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

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

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

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

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

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

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