#FCDDEF

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

Shades of Pig Pink #FCDDEF

Tints of Pig Pink #FCDDEF

Color information

#FCDDEF (or 0xFCDDEF) is unknown color: approx Pig Pink. HEX triplet: FC, DD and EF. RGB value is (252,221,239). Sum of RGB (Red+Green+Blue) = 252+221+239=712 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.39% from 712); Green value is 221 (86.72% from 255 or 31.04% from 712); Blue value is 239 (93.75% from 255 or 33.57% from 712); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDDEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCDDEF is #032210. Grayscale: #E8E8E8. Windows color (decimal): -205329 or 15719932. OLE color: 15719932.

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

Color convert

RGB252221239-
CMYK00.120.050.01
HSL325.16º83.78%92.75%-
HSV(B)325.16º12.3%98.82%-
XYZ81.5878.6492.54-
YUV232.32131.77142.04-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.39%
GREEN value IS 221 (86.72% from 255) = 31.04%
BLUE value IS 239 (93.75% from 255) = 33.57%
R=35.39%
G=31.04%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.05
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25222123900.120.050.01325.1683.7892.75
HexFCDDEF0C51145545d
Octal37433535701451505124135
Binary11111100110111011110111101100101110100010110101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCDDEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCDDEF; }

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

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

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

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

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

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

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

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