#FCDAE8

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

Shades of Pig Pink #FCDAE8

Tints of Pig Pink #FCDAE8

Color information

#FCDAE8 (or 0xFCDAE8) is unknown color: approx Pig Pink. HEX triplet: FC, DA and E8. RGB value is (252,218,232). Sum of RGB (Red+Green+Blue) = 252+218+232=702 (92% of max value = 765). Red value is 252 (98.83% from 255 or 35.90% from 702); Green value is 218 (85.55% from 255 or 31.05% from 702); Blue value is 232 (91.02% from 255 or 33.05% from 702); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDAE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCDAE8 is #032517. Grayscale: #E5E5E5. Windows color (decimal): -206104 or 15260412. OLE color: 15260412.

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

Color convert

RGB252218232-
CMYK00.130.080.01
HSL335.29º85%92.16%-
HSV(B)335.29º13.49%98.82%-
XYZ79.7876.6686.94-
YUV229.76129.26143.86-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.90%
GREEN value IS 218 (85.55% from 255) = 31.05%
BLUE value IS 232 (91.02% from 255) = 33.05%
R=35.90%
G=31.05%
B=33.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.08
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25221823200.130.080.01335.298592.16
HexFCDAE80D8114f555c
Octal374332350015101517125134
Binary111111001101101011101000011011000110100111110101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCDAE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCDAE8; }

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

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

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

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

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

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

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

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