Html Css Color HEX #FCD1E1 Pig Pink

📋 copy color: '#FCD1E1'

red 252 ◦ green 209 ◦ blue 225

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

Shades of Pig Pink #FCD1E1

Tints of Pig Pink #FCD1E1

RGB

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

 GREEN value IS 209 (82.03% from 255) = 30.47%

 BLUE value IS 225 (88.28% from 255) = 32.8%

R = 36.73%
G = 30.47%
B = 32.8%

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

#FCD1E1 (or 0xFCD1E1) is known color: Pig Pink. HEX triplet: FC, D1 and E1. RGB value is (252,209,225). Sum of RGB (Red+Green+Blue) = 252+209+225=686 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.73% from 686); Green value is 209 (82.03% from 255 or 30.47% from 686); Blue value is 225 (88.28% from 255 or 32.80% from 686); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD1E1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD1E1 is #032E1E. Grayscale: #DFDFDF. Windows color (decimal): -208415 or 14799356. OLE color: 14799356.

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

Color convert

RGB 252 209 225 -
CMYK 0 0.17 0.11 0.01
HSL 337.67º 0.88% 0.9% -
HSV(B) 337.67º 0.17% 0.99% -
XYZ 76.54 71.73 81.05 -
YUV 223.68 128.75 148.2 -
System Red Green Blue C M Y K H S L
Decimal 252 209 225 0 0.17 0.11 0.01 337.67 0.88 0.9
Hex FC D1 E1 0 11 B 1 152 58 5A
Octal 374 321 341 0 21 13 1 522 130 132
Binary 11111100 11010001 11100001 0 10001 1011 1 101010010 1011000 1011010

Color Harmonies of #FCD1E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD1E1

Black with #FCD1E1

Text Example


Text Example

White with #FCD1E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD1E1; }

 p { color: rgb(252,209,225); }

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

background-color css

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

 a { background-color: rgb(252,209,225); }

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

border-color css

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

 span { border-color: rgb(252,209,225); }

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