Html Css Color HEX #FCD0E0 Pig Pink

📋 copy color: '#FCD0E0'

red 252 ◦ green 208 ◦ blue 224

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

Shades of Pig Pink #FCD0E0

Tints of Pig Pink #FCD0E0

RGB

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

 GREEN value IS 208 (81.64% from 255) = 30.41%

 BLUE value IS 224 (87.89% from 255) = 32.75%

R = 36.84%
G = 30.41%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.11

 K value IS 0.01

RGB Variations

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

Color information

#FCD0E0 (or 0xFCD0E0) is known color: Pig Pink. HEX triplet: FC, D0 and E0. RGB value is (252,208,224). Sum of RGB (Red+Green+Blue) = 252+208+224=684 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.84% from 684); Green value is 208 (81.64% from 255 or 30.41% from 684); Blue value is 224 (87.89% from 255 or 32.75% from 684); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD0E0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD0E0 is #032F1F. Grayscale: #DEDEDE. Windows color (decimal): -208672 or 14733564. OLE color: 14733564.

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

Color convert

RGB 252 208 224 -
CMYK 0 0.17 0.11 0.01
HSL 338.18º 0.88% 0.9% -
HSV(B) 338.18º 0.17% 0.99% -
XYZ 76.16 71.19 80.25 -
YUV 222.98 128.58 148.7 -
System Red Green Blue C M Y K H S L
Decimal 252 208 224 0 0.17 0.11 0.01 338.18 0.88 0.9
Hex FC D0 E0 0 11 B 1 152 58 5A
Octal 374 320 340 0 21 13 1 522 130 132
Binary 11111100 11010000 11100000 0 10001 1011 1 101010010 1011000 1011010

Color Harmonies of #FCD0E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD0E0

Black with #FCD0E0

Text Example


Text Example

White with #FCD0E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD0E0; }

 p { color: rgb(252,208,224); }

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

background-color css

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

 a { background-color: rgb(252,208,224); }

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

border-color css

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

 span { border-color: rgb(252,208,224); }

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