#FD9EEE

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

Shades of Lavender Rose #FD9EEE

Tints of Lavender Rose #FD9EEE

Color information

#FD9EEE (or 0xFD9EEE) is unknown color: approx Lavender Rose. HEX triplet: FD, 9E and EE. RGB value is (253,158,238). Sum of RGB (Red+Green+Blue) = 253+158+238=649 (85% of max value = 765). Red value is 253 (99.22% from 255 or 38.98% from 649); Green value is 158 (62.11% from 255 or 24.35% from 649); Blue value is 238 (93.36% from 255 or 36.67% from 649); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9EEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FD9EEE is #026111. Grayscale: #C3C3C3. Windows color (decimal): -155922 or 15638269. OLE color: 15638269.

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

Color convert

RGB253158238-
CMYK00.380.060.01
HSL309.47º95.96%80.59%-
HSV(B)309.47º37.55%99.22%-
XYZ68.1751.5187.24-
YUV195.52151.97169-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.98%
GREEN value IS 158 (62.11% from 255) = 24.35%
BLUE value IS 238 (93.36% from 255) = 36.67%
R=38.98%
G=24.35%
B=36.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25315823800.380.060.01309.4795.9680.59
HexFD9EEE026611356051
Octal37523635604661465140121
Binary1111110110011110111011100100110110110011010111000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD9EEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD9EEE; }

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

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

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

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

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

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

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

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