#FD9EDE

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

Shades of Lavender Rose #FD9EDE

Tints of Lavender Rose #FD9EDE

Color information

#FD9EDE (or 0xFD9EDE) is unknown color: approx Lavender Rose. HEX triplet: FD, 9E and DE. RGB value is (253,158,222). Sum of RGB (Red+Green+Blue) = 253+158+222=633 (83% of max value = 765). Red value is 253 (99.22% from 255 or 39.97% from 633); Green value is 158 (62.11% from 255 or 24.96% from 633); Blue value is 222 (87.11% from 255 or 35.07% from 633); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9EDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD9EDE is #026121. Grayscale: #C1C1C1. Windows color (decimal): -155938 or 14589693. OLE color: 14589693.

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

Color convert

RGB253158222-
CMYK00.380.120.01
HSL319.58º95.96%80.59%-
HSV(B)319.58º37.55%99.22%-
XYZ65.9250.6175.4-
YUV193.7143.97170.3-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.97%
GREEN value IS 158 (62.11% from 255) = 24.96%
BLUE value IS 222 (87.11% from 255) = 35.07%
R=39.97%
G=24.96%
B=35.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.12
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25315822200.380.120.01319.5895.9680.59
HexFD9EDE026C11406051
Octal375236336046141500140121
Binary11111101100111101101111001001101100110100000011000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD9EDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD9EDE; }

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

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

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

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

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

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

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

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