Html Css Color HEX #FCDCEC Pig Pink

📋 copy color: '#FCDCEC'

red 252 ◦ green 220 ◦ blue 236

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

Shades of Pig Pink #FCDCEC

Tints of Pig Pink #FCDCEC

RGB

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

 GREEN value IS 220 (86.33% from 255) = 31.07%

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

R = 35.59%
G = 31.07%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#FCDCEC (or 0xFCDCEC) is known color: Pig Pink. HEX triplet: FC, DC and EC. RGB value is (252,220,236). Sum of RGB (Red+Green+Blue) = 252+220+236=708 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.59% from 708); Green value is 220 (86.33% from 255 or 31.07% from 708); Blue value is 236 (92.58% from 255 or 33.33% from 708); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDCEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCDCEC is #032313. Grayscale: #E7E7E7. Windows color (decimal): -205588 or 15523068. OLE color: 15523068.

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

Color convert

RGB 252 220 236 -
CMYK 0 0.13 0.06 0.01
HSL 330º 0.84% 0.93% -
HSV(B) 330º 0.13% 0.99% -
XYZ 80.88 77.94 90.14 -
YUV 231.39 130.6 142.7 -
System Red Green Blue C M Y K H S L
Decimal 252 220 236 0 0.13 0.06 0.01 330 0.84 0.93
Hex FC DC EC 0 D 6 1 14A 54 5D
Octal 374 334 354 0 15 6 1 512 124 135
Binary 11111100 11011100 11101100 0 1101 110 1 101001010 1010100 1011101

Color Harmonies of #FCDCEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDCEC

Black with #FCDCEC

Text Example


Text Example

White with #FCDCEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDCEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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