#FF9DE4

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

Shades of Lavender Rose #FF9DE4

Tints of Lavender Rose #FF9DE4

Color information

#FF9DE4 (or 0xFF9DE4) is unknown color: approx Lavender Rose. HEX triplet: FF, 9D and E4. RGB value is (255,157,228). Sum of RGB (Red+Green+Blue) = 255+157+228=640 (84% of max value = 765). Red value is 255 (100% from 255 or 39.84% from 640); Green value is 157 (61.72% from 255 or 24.53% from 640); Blue value is 228 (89.45% from 255 or 35.62% from 640); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9DE4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF9DE4 is #00621B. Grayscale: #C2C2C2. Windows color (decimal): -25116 or 14982655. OLE color: 14982655.

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

Color convert

RGB255157228-
CMYK00.380.110
HSL316.53º100%80.78%-
HSV(B)316.53º38.43%100%-
XYZ67.350.9879.69-
YUV194.4146.97171.23-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.84%
GREEN value IS 157 (61.72% from 255) = 24.53%
BLUE value IS 228 (89.45% from 255) = 35.62%
R=39.84%
G=24.53%
B=35.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.11
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515722800.380.110316.5310080.78
HexFF9DE4026B013d6451
Octal377235344046130475144121
Binary11111111100111011110010001001101011010011110111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF9DE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF9DE4; }

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

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

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

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

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

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

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

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