#FF9DE3

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

Shades of Lavender Rose #FF9DE3

Tints of Lavender Rose #FF9DE3

Color information

#FF9DE3 (or 0xFF9DE3) is unknown color: approx Lavender Rose. HEX triplet: FF, 9D and E3. RGB value is (255,157,227). Sum of RGB (Red+Green+Blue) = 255+157+227=639 (84% of max value = 765). Red value is 255 (100% from 255 or 39.91% from 639); Green value is 157 (61.72% from 255 or 24.57% from 639); Blue value is 227 (89.06% from 255 or 35.52% from 639); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9DE3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF9DE3 is #00621C. Grayscale: #C2C2C2. Windows color (decimal): -25117 or 14917119. OLE color: 14917119.

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

Color convert

RGB255157227-
CMYK00.380.110
HSL317.14º100%80.78%-
HSV(B)317.14º38.43%100%-
XYZ67.1650.9278.96-
YUV194.28146.47171.31-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.91%
GREEN value IS 157 (61.72% from 255) = 24.57%
BLUE value IS 227 (89.06% from 255) = 35.52%
R=39.91%
G=24.57%
B=35.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.11
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515722700.380.110317.1410080.78
HexFF9DE3026B013d6451
Octal377235343046130475144121
Binary11111111100111011110001101001101011010011110111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF9DE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF9DE3; }

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

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

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

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

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

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

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

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