Html Css Color HEX #FCD2EC Pig Pink

📋 copy color: '#FCD2EC'

red 252 ◦ green 210 ◦ blue 236

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

Shades of Pig Pink #FCD2EC

Tints of Pig Pink #FCD2EC

RGB

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

 GREEN value IS 210 (82.42% from 255) = 30.09%

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

R = 36.1%
G = 30.09%
B = 33.81%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#FCD2EC (or 0xFCD2EC) is known color: Pig Pink. HEX triplet: FC, D2 and EC. RGB value is (252,210,236). Sum of RGB (Red+Green+Blue) = 252+210+236=698 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.10% from 698); Green value is 210 (82.42% from 255 or 30.09% from 698); Blue value is 236 (92.58% from 255 or 33.81% from 698); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD2EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCD2EC is #032D13. Grayscale: #E1E1E1. Windows color (decimal): -208148 or 15520508. OLE color: 15520508.

HSL color Cylindrical-coordinate representation of color #FCD2EC: hue angle of 322.86º degrees, saturation: 0.88, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FCD2EC is Cyan = 0, Magento = 0.17, Yellow = 0.06 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 210 236 -
CMYK 0 0.17 0.06 0.01
HSL 322.86º 0.88% 0.91% -
HSV(B) 322.86º 0.17% 0.99% -
XYZ 78.33 72.84 89.29 -
YUV 225.52 133.91 146.89 -
System Red Green Blue C M Y K H S L
Decimal 252 210 236 0 0.17 0.06 0.01 322.86 0.88 0.91
Hex FC D2 EC 0 11 6 1 143 58 5B
Octal 374 322 354 0 21 6 1 503 130 133
Binary 11111100 11010010 11101100 0 10001 110 1 101000011 1011000 1011011

Color Harmonies of #FCD2EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD2EC

Black with #FCD2EC

Text Example


Text Example

White with #FCD2EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD2EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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