Html Css Color HEX #FCD3EC Pig Pink

📋 copy color: '#FCD3EC'

red 252 ◦ green 211 ◦ blue 236

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

Shades of Pig Pink #FCD3EC

Tints of Pig Pink #FCD3EC

RGB

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

 GREEN value IS 211 (82.81% from 255) = 30.19%

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

R = 36.05%
G = 30.19%
B = 33.76%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#FCD3EC (or 0xFCD3EC) is known color: Pig Pink. HEX triplet: FC, D3 and EC. RGB value is (252,211,236). Sum of RGB (Red+Green+Blue) = 252+211+236=699 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.05% from 699); Green value is 211 (82.81% from 255 or 30.19% from 699); Blue value is 236 (92.58% from 255 or 33.76% from 699); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD3EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCD3EC is #032C13. Grayscale: #E2E2E2. Windows color (decimal): -207892 or 15520764. OLE color: 15520764.

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

Color convert

RGB 252 211 236 -
CMYK 0 0.16 0.06 0.01
HSL 323.41º 0.87% 0.91% -
HSV(B) 323.41º 0.16% 0.99% -
XYZ 78.58 73.34 89.37 -
YUV 226.11 133.58 146.47 -
System Red Green Blue C M Y K H S L
Decimal 252 211 236 0 0.16 0.06 0.01 323.41 0.87 0.91
Hex FC D3 EC 0 10 6 1 143 57 5B
Octal 374 323 354 0 20 6 1 503 127 133
Binary 11111100 11010011 11101100 0 10000 110 1 101000011 1010111 1011011

Color Harmonies of #FCD3EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD3EC

Black with #FCD3EC

Text Example


Text Example

White with #FCD3EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD3EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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