Html Css Color HEX #FCD9DC Pale Pink

📋 copy color: '#FCD9DC'

red 252 ◦ green 217 ◦ blue 220

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

Shades of Pale Pink #FCD9DC

Tints of Pale Pink #FCD9DC

RGB

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

 GREEN value IS 217 (85.16% from 255) = 31.49%

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

R = 36.57%
G = 31.49%
B = 31.93%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FCD9DC (or 0xFCD9DC) is known color: Pale Pink. HEX triplet: FC, D9 and DC. RGB value is (252,217,220). Sum of RGB (Red+Green+Blue) = 252+217+220=689 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.57% from 689); Green value is 217 (85.16% from 255 or 31.49% from 689); Blue value is 220 (86.33% from 255 or 31.93% from 689); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD9DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD9DC is #032623. Grayscale: #E3E3E3. Windows color (decimal): -206372 or 14473724. OLE color: 14473724.

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

Color convert

RGB 252 217 220 -
CMYK 0 0.14 0.13 0.01
HSL 354.86º 0.85% 0.92% -
HSV(B) 354.86º 0.14% 0.99% -
XYZ 77.88 75.49 78.18 -
YUV 227.81 123.6 145.26 -
System Red Green Blue C M Y K H S L
Decimal 252 217 220 0 0.14 0.13 0.01 354.86 0.85 0.92
Hex FC D9 DC 0 E D 1 163 55 5C
Octal 374 331 334 0 16 15 1 543 125 134
Binary 11111100 11011001 11011100 0 1110 1101 1 101100011 1010101 1011100

Color Harmonies of #FCD9DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD9DC

Black with #FCD9DC

Text Example


Text Example

White with #FCD9DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD9DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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