#FCDAED

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

Shades of Pig Pink #FCDAED

Tints of Pig Pink #FCDAED

Color information

#FCDAED (or 0xFCDAED) is unknown color: approx Pig Pink. HEX triplet: FC, DA and ED. RGB value is (252,218,237). Sum of RGB (Red+Green+Blue) = 252+218+237=707 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.64% from 707); Green value is 218 (85.55% from 255 or 30.83% from 707); Blue value is 237 (92.97% from 255 or 33.52% from 707); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDAED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCDAED is #032512. Grayscale: #E6E6E6. Windows color (decimal): -206099 or 15588092. OLE color: 15588092.

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

Color convert

RGB252218237-
CMYK00.130.060.01
HSL326.47º85%92.16%-
HSV(B)326.47º13.49%98.82%-
XYZ80.576.9590.73-
YUV230.33131.76143.46-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.64%
GREEN value IS 218 (85.55% from 255) = 30.83%
BLUE value IS 237 (92.97% from 255) = 33.52%
R=35.64%
G=30.83%
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
Decimal25221823700.130.060.01326.478592.16
HexFCDAED0D61146555c
Octal37433235501561506125134
Binary11111100110110101110110101101110110100011010101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCDAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCDAED; }

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

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

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

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

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

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

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

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