Html Css Color HEX #FCD2DF Pig Pink

📋 copy color: '#FCD2DF'

red 252 ◦ green 210 ◦ blue 223

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

Shades of Pig Pink #FCD2DF

Tints of Pig Pink #FCD2DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 32.55%

R = 36.79%
G = 30.66%
B = 32.55%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#FCD2DF (or 0xFCD2DF) is known color: Pig Pink. HEX triplet: FC, D2 and DF. RGB value is (252,210,223). Sum of RGB (Red+Green+Blue) = 252+210+223=685 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.79% from 685); Green value is 210 (82.42% from 255 or 30.66% from 685); Blue value is 223 (87.5% from 255 or 32.55% from 685); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD2DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD2DF is #032D20. Grayscale: #E0E0E0. Windows color (decimal): -208161 or 14668540. OLE color: 14668540.

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

Color convert

RGB 252 210 223 -
CMYK 0 0.17 0.12 0.01
HSL 341.43º 0.88% 0.91% -
HSV(B) 341.43º 0.17% 0.99% -
XYZ 76.51 72.12 79.7 -
YUV 224.04 127.41 147.94 -
System Red Green Blue C M Y K H S L
Decimal 252 210 223 0 0.17 0.12 0.01 341.43 0.88 0.91
Hex FC D2 DF 0 11 C 1 155 58 5B
Octal 374 322 337 0 21 14 1 525 130 133
Binary 11111100 11010010 11011111 0 10001 1100 1 101010101 1011000 1011011

Color Harmonies of #FCD2DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD2DF

Black with #FCD2DF

Text Example


Text Example

White with #FCD2DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD2DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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