Html Css Color HEX #FD9DDC Lavender Rose

📋 copy color: '#FD9DDC'

red 253 ◦ green 157 ◦ blue 220

#FD9DDC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lavender Rose #FD9DDC

Tints of Lavender Rose #FD9DDC

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 value IS 0

 M value IS 0.38

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FD9DDC (or 0xFD9DDC) is known color: 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

RGB 253 157 220 -
CMYK 0 0.38 0.13 0.01
HSL 320.63º 0.96% 0.8% -
HSV(B) 320.63º 0.38% 0.99% -
XYZ 65.48 50.16 73.94 -
YUV 192.89 143.3 170.88 -
System Red Green Blue C M Y K H S L
Decimal 253 157 220 0 0.38 0.13 0.01 320.63 0.96 0.8
Hex FD 9D DC 0 26 D 1 141 60 50
Octal 375 235 334 0 46 15 1 501 140 120
Binary 11111101 10011101 11011100 0 100110 1101 1 101000001 1100000 1010000

Color Harmonies of #FD9DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD9DDC

Black with #FD9DDC

Text Example


Text Example

White with #FD9DDC

Text Example


Text Example

HTML Codes & Css Web 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>