#FD9DDC

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

Shades of Lavender Rose #FD9DDC

Tints of Lavender Rose #FD9DDC

Color information

#FD9DDC (or 0xFD9DDC) is unknown color: approx Lavender Rose. HEX triplet: FD, 9D and DC. RGB value is (253,157,220). Sum of RGB (Red+Green+Blue) = 253+157+220=630 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.16% from 630); Green value is 157 (61.72% from 255 or 24.92% from 630); Blue value is 220 (86.33% from 255 or 34.92% from 630); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9DDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD9DDC is #026223. Grayscale: #C0C0C0. Windows color (decimal): -156196 or 14458365. OLE color: 14458365.

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

Color convert

RGB253157220-
CMYK00.380.130.01
HSL320.62º96%80.39%-
HSV(B)320.62º37.94%99.22%-
XYZ65.4850.1673.94-
YUV192.89143.3170.88-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.16%
GREEN value IS 157 (61.72% from 255) = 24.92%
BLUE value IS 220 (86.33% from 255) = 34.92%
R=40.16%
G=24.92%
B=34.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25315722000.380.130.01320.629680.39
HexFD9DDC026D11416050
Octal375235334046151501140120
Binary11111101100111011101110001001101101110100000111000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD9DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD9DDC; }

 p { color: rgb(253,157,220); }

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

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

 a { background-color: rgb(253,157,220); }

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

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

 span { border-color: rgb(253,157,220); }

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