#FCDDEB

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

Shades of Pig Pink #FCDDEB

Tints of Pig Pink #FCDDEB

Color information

#FCDDEB (or 0xFCDDEB) is unknown color: approx Pig Pink. HEX triplet: FC, DD and EB. RGB value is (252,221,235). Sum of RGB (Red+Green+Blue) = 252+221+235=708 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.59% from 708); Green value is 221 (86.72% from 255 or 31.21% from 708); Blue value is 235 (92.19% from 255 or 33.19% from 708); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDDEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCDDEB is #032214. Grayscale: #E7E7E7. Windows color (decimal): -205333 or 15457788. OLE color: 15457788.

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

Color convert

RGB252221235-
CMYK00.120.070.01
HSL332.9º83.78%92.75%-
HSV(B)332.9º12.3%98.82%-
XYZ8178.4189.46-
YUV231.86129.77142.36-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.59%
GREEN value IS 221 (86.72% from 255) = 31.21%
BLUE value IS 235 (92.19% from 255) = 33.19%
R=35.59%
G=31.21%
B=33.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25222123500.120.070.01332.983.7892.75
HexFCDDEB0C7114d545d
Octal37433535301471515124135
Binary11111100110111011110101101100111110100110110101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCDDEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCDDEB; }

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

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

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

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

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

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

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

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