Html Css Color HEX #FCDCE8 Pig Pink

📋 copy color: '#FCDCE8'

red 252 ◦ green 220 ◦ blue 232

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

Shades of Pig Pink #FCDCE8

Tints of Pig Pink #FCDCE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 32.95%

R = 35.8%
G = 31.25%
B = 32.95%

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

#FCDCE8 (or 0xFCDCE8) is known color: Pig Pink. HEX triplet: FC, DC and E8. RGB value is (252,220,232). Sum of RGB (Red+Green+Blue) = 252+220+232=704 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.80% from 704); Green value is 220 (86.33% from 255 or 31.25% from 704); Blue value is 232 (91.02% from 255 or 32.95% from 704); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDCE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCDCE8 is #032317. Grayscale: #E6E6E6. Windows color (decimal): -205592 or 15260924. OLE color: 15260924.

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

Color convert

RGB 252 220 232 -
CMYK 0 0.13 0.08 0.01
HSL 337.5º 0.84% 0.93% -
HSV(B) 337.5º 0.13% 0.99% -
XYZ 80.3 77.71 87.11 -
YUV 230.94 128.6 143.02 -
System Red Green Blue C M Y K H S L
Decimal 252 220 232 0 0.13 0.08 0.01 337.5 0.84 0.93
Hex FC DC E8 0 D 8 1 152 54 5D
Octal 374 334 350 0 15 10 1 522 124 135
Binary 11111100 11011100 11101000 0 1101 1000 1 101010010 1010100 1011101

Color Harmonies of #FCDCE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDCE8

Black with #FCDCE8

Text Example


Text Example

White with #FCDCE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDCE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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