#FD9EE1

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

Shades of Lavender Rose #FD9EE1

Tints of Lavender Rose #FD9EE1

Color information

#FD9EE1 (or 0xFD9EE1) is unknown color: approx Lavender Rose. HEX triplet: FD, 9E and E1. RGB value is (253,158,225). Sum of RGB (Red+Green+Blue) = 253+158+225=636 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.78% from 636); Green value is 158 (62.11% from 255 or 24.84% from 636); Blue value is 225 (88.28% from 255 or 35.38% from 636); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9EE1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD9EE1 is #02611E. Grayscale: #C1C1C1. Windows color (decimal): -155935 or 14786301. OLE color: 14786301.

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

Color convert

RGB253158225-
CMYK00.380.110.01
HSL317.68º95.96%80.59%-
HSV(B)317.68º37.55%99.22%-
XYZ66.3350.7777.54-
YUV194.04145.47170.05-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.78%
GREEN value IS 158 (62.11% from 255) = 24.84%
BLUE value IS 225 (88.28% from 255) = 35.38%
R=39.78%
G=24.84%
B=35.38%

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
Decimal25315822500.380.110.01317.6895.9680.59
HexFD9EE1026B113e6051
Octal375236341046131476140121
Binary11111101100111101110000101001101011110011111011000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD9EE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD9EE1; }

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

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

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

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

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

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

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

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