#FD9EE0

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

Shades of Lavender Rose #FD9EE0

Tints of Lavender Rose #FD9EE0

Color information

#FD9EE0 (or 0xFD9EE0) is unknown color: approx Lavender Rose. HEX triplet: FD, 9E and E0. RGB value is (253,158,224). Sum of RGB (Red+Green+Blue) = 253+158+224=635 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.84% from 635); Green value is 158 (62.11% from 255 or 24.88% from 635); Blue value is 224 (87.89% from 255 or 35.28% from 635); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9EE0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD9EE0 is #02611F. Grayscale: #C1C1C1. Windows color (decimal): -155936 or 14720765. OLE color: 14720765.

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

Color convert

RGB253158224-
CMYK00.380.110.01
HSL318.32º95.96%80.59%-
HSV(B)318.32º37.55%99.22%-
XYZ66.1950.7276.82-
YUV193.93144.97170.13-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.84%
GREEN value IS 158 (62.11% from 255) = 24.88%
BLUE value IS 224 (87.89% from 255) = 35.28%
R=39.84%
G=24.88%
B=35.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.11
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25315822400.380.110.01318.3295.9680.59
HexFD9EE0026B113e6051
Octal375236340046131476140121
Binary11111101100111101110000001001101011110011111011000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD9EE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD9EE0; }

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

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

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

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

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

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

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

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