Html Css Color HEX #FCDCE7 Pig Pink

📋 copy color: '#FCDCE7'

red 252 ◦ green 220 ◦ blue 231

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

Shades of Pig Pink #FCDCE7

Tints of Pig Pink #FCDCE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 32.86%

R = 35.85%
G = 31.29%
B = 32.86%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.08

 K value IS 0.01

RGB Variations

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

Color information

#FCDCE7 (or 0xFCDCE7) is known color: Pig Pink. HEX triplet: FC, DC and E7. RGB value is (252,220,231). Sum of RGB (Red+Green+Blue) = 252+220+231=703 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.85% from 703); Green value is 220 (86.33% from 255 or 31.29% from 703); Blue value is 231 (90.62% from 255 or 32.86% from 703); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDCE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCDCE7 is #032318. Grayscale: #E6E6E6. Windows color (decimal): -205593 or 15195388. OLE color: 15195388.

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

Color convert

RGB 252 220 231 -
CMYK 0 0.13 0.08 0.01
HSL 339.38º 0.84% 0.93% -
HSV(B) 339.38º 0.13% 0.99% -
XYZ 80.16 77.65 86.36 -
YUV 230.82 128.1 143.11 -
System Red Green Blue C M Y K H S L
Decimal 252 220 231 0 0.13 0.08 0.01 339.38 0.84 0.93
Hex FC DC E7 0 D 8 1 153 54 5D
Octal 374 334 347 0 15 10 1 523 124 135
Binary 11111100 11011100 11100111 0 1101 1000 1 101010011 1010100 1011101

Color Harmonies of #FCDCE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDCE7

Black with #FCDCE7

Text Example


Text Example

White with #FCDCE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDCE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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