Html Css Color HEX #FC9DDC Lavender Rose

📋 copy color: '#FC9DDC'

red 252 ◦ green 157 ◦ blue 220

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

Shades of Lavender Rose #FC9DDC

Tints of Lavender Rose #FC9DDC

RGB

 RED value IS 252 (98.83% from 255) = 40.06%

 GREEN value IS 157 (61.72% from 255) = 24.96%

 BLUE value IS 220 (86.33% from 255) = 34.98%

R = 40.06%
G = 24.96%
B = 34.98%

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

#FC9DDC (or 0xFC9DDC) is known color: Lavender Rose. HEX triplet: FC, 9D and DC. RGB value is (252,157,220). Sum of RGB (Red+Green+Blue) = 252+157+220=629 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.06% from 629); Green value is 157 (61.72% from 255 or 24.96% from 629); Blue value is 220 (86.33% from 255 or 34.98% from 629); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9DDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC9DDC is #036223. Grayscale: #C0C0C0. Windows color (decimal): -221732 or 14458364. OLE color: 14458364.

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

Color convert

RGB 252 157 220 -
CMYK 0 0.38 0.13 0.01
HSL 320.21º 0.94% 0.8% -
HSV(B) 320.21º 0.38% 0.99% -
XYZ 65.12 49.98 73.92 -
YUV 192.59 143.47 170.38 -
System Red Green Blue C M Y K H S L
Decimal 252 157 220 0 0.38 0.13 0.01 320.21 0.94 0.8
Hex FC 9D DC 0 26 D 1 140 5E 50
Octal 374 235 334 0 46 15 1 500 136 120
Binary 11111100 10011101 11011100 0 100110 1101 1 101000000 1011110 1010000

Color Harmonies of #FC9DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC9DDC

Black with #FC9DDC

Text Example


Text Example

White with #FC9DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC9DDC; }

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

 H1.HeaderClassName
 {
   color: #FC9DDC;
 }
 .AnyTagClassName
 {
   color: #FC9DDC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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