Html Css Color HEX #FCD8DD Pale Pink

📋 copy color: '#FCD8DD'

red 252 ◦ green 216 ◦ blue 221

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

Shades of Pale Pink #FCD8DD

Tints of Pale Pink #FCD8DD

RGB

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

 GREEN value IS 216 (84.77% from 255) = 31.35%

 BLUE value IS 221 (86.72% from 255) = 32.08%

R = 36.57%
G = 31.35%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#FCD8DD (or 0xFCD8DD) is known color: Pale Pink. HEX triplet: FC, D8 and DD. RGB value is (252,216,221). Sum of RGB (Red+Green+Blue) = 252+216+221=689 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.57% from 689); Green value is 216 (84.77% from 255 or 31.35% from 689); Blue value is 221 (86.72% from 255 or 32.08% from 689); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD8DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD8DD is #032722. Grayscale: #E3E3E3. Windows color (decimal): -206627 or 14539004. OLE color: 14539004.

HSL color Cylindrical-coordinate representation of color #FCD8DD: hue angle of 351.67º degrees, saturation: 0.86, 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 #FCD8DD is Cyan = 0, Magento = 0.14, Yellow = 0.12 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 216 221 -
CMYK 0 0.14 0.12 0.01
HSL 351.67º 0.86% 0.92% -
HSV(B) 351.67º 0.14% 0.99% -
XYZ 77.75 75.03 78.79 -
YUV 227.33 124.43 145.59 -
System Red Green Blue C M Y K H S L
Decimal 252 216 221 0 0.14 0.12 0.01 351.67 0.86 0.92
Hex FC D8 DD 0 E C 1 160 56 5C
Octal 374 330 335 0 16 14 1 540 126 134
Binary 11111100 11011000 11011101 0 1110 1100 1 101100000 1010110 1011100

Color Harmonies of #FCD8DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD8DD

Black with #FCD8DD

Text Example


Text Example

White with #FCD8DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD8DD; }

 p { color: rgb(252,216,221); }

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

background-color css

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

 a { background-color: rgb(252,216,221); }

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

border-color css

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

 span { border-color: rgb(252,216,221); }

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