Html Css Color HEX #FCD8EC Pig Pink

📋 copy color: '#FCD8EC'

red 252 ◦ green 216 ◦ blue 236

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

Shades of Pig Pink #FCD8EC

Tints of Pig Pink #FCD8EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 33.52%

R = 35.8%
G = 30.68%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#FCD8EC (or 0xFCD8EC) is known color: Pig Pink. HEX triplet: FC, D8 and EC. RGB value is (252,216,236). Sum of RGB (Red+Green+Blue) = 252+216+236=704 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.80% from 704); Green value is 216 (84.77% from 255 or 30.68% from 704); Blue value is 236 (92.58% from 255 or 33.52% from 704); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD8EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCD8EC is #032713. Grayscale: #E5E5E5. Windows color (decimal): -206612 or 15522044. OLE color: 15522044.

HSL color Cylindrical-coordinate representation of color #FCD8EC: hue angle of 326.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 #FCD8EC is Cyan = 0, Magento = 0.14, Yellow = 0.06 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 216 236 -
CMYK 0 0.14 0.06 0.01
HSL 326.67º 0.86% 0.92% -
HSV(B) 326.67º 0.14% 0.99% -
XYZ 79.84 75.86 89.79 -
YUV 229.04 131.93 144.37 -
System Red Green Blue C M Y K H S L
Decimal 252 216 236 0 0.14 0.06 0.01 326.67 0.86 0.92
Hex FC D8 EC 0 E 6 1 147 56 5C
Octal 374 330 354 0 16 6 1 507 126 134
Binary 11111100 11011000 11101100 0 1110 110 1 101000111 1010110 1011100

Color Harmonies of #FCD8EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD8EC

Black with #FCD8EC

Text Example


Text Example

White with #FCD8EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD8EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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