#FCDCEE

Color #FCDCEE Pig Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pig Pink #FCDCEE

Tints of Pig Pink #FCDCEE

Color information

#FCDCEE (or 0xFCDCEE) is unknown color: approx Pig Pink. HEX triplet: FC, DC and EE. RGB value is (252,220,238). Sum of RGB (Red+Green+Blue) = 252+220+238=710 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.49% from 710); Green value is 220 (86.33% from 255 or 30.99% from 710); Blue value is 238 (93.36% from 255 or 33.52% from 710); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDCEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCDCEE is #032311. Grayscale: #E7E7E7. Windows color (decimal): -205586 or 15654140. OLE color: 15654140.

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

Color convert

RGB252220238-
CMYK00.130.060.01
HSL326.25º84.21%92.55%-
HSV(B)326.25º12.7%98.82%-
XYZ81.1778.0591.68-
YUV231.62131.6142.54-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.49%
GREEN value IS 220 (86.33% from 255) = 30.99%
BLUE value IS 238 (93.36% from 255) = 33.52%
R=35.49%
G=30.99%
B=33.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25222023800.130.060.01326.2584.2192.55
HexFCDCEE0D61146545d
Octal37433435601561506124135
Binary11111100110111001110111001101110110100011010101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCDCEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCDCEE; }

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

 H1.HeaderClassName
 {
   color: #FCDCEE;
 }
 .AnyTagClassName
 {
   color: #FCDCEE;
 }
</style>
background-color css

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

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

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

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

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

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