#FCDDED

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

Shades of Pig Pink #FCDDED

Tints of Pig Pink #FCDDED

Color information

#FCDDED (or 0xFCDDED) is unknown color: approx Pig Pink. HEX triplet: FC, DD and ED. RGB value is (252,221,237). Sum of RGB (Red+Green+Blue) = 252+221+237=710 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.49% from 710); Green value is 221 (86.72% from 255 or 31.13% from 710); Blue value is 237 (92.97% from 255 or 33.38% from 710); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDDED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCDDED is #032212. Grayscale: #E8E8E8. Windows color (decimal): -205331 or 15588860. OLE color: 15588860.

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

Color convert

RGB252221237-
CMYK00.120.060.01
HSL329.03º83.78%92.75%-
HSV(B)329.03º12.3%98.82%-
XYZ81.2978.5290.99-
YUV232.09130.77142.2-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.49%
GREEN value IS 221 (86.72% from 255) = 31.13%
BLUE value IS 237 (92.97% from 255) = 33.38%
R=35.49%
G=31.13%
B=33.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25222123700.120.060.01329.0383.7892.75
HexFCDDED0C61149545d
Octal37433535501461511124135
Binary11111100110111011110110101100110110100100110101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCDDED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCDDED; }

 p { color: rgb(252,221,237); }

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

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

 a { background-color: rgb(252,221,237); }

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

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

 span { border-color: rgb(252,221,237); }

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