#FCDAE4

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

Shades of Pig Pink #FCDAE4

Tints of Pig Pink #FCDAE4

Color information

#FCDAE4 (or 0xFCDAE4) is unknown color: approx Pig Pink. HEX triplet: FC, DA and E4. RGB value is (252,218,228). Sum of RGB (Red+Green+Blue) = 252+218+228=698 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.10% from 698); Green value is 218 (85.55% from 255 or 31.23% from 698); Blue value is 228 (89.45% from 255 or 32.66% from 698); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDAE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDAE4 is #03251B. Grayscale: #E5E5E5. Windows color (decimal): -206108 or 14998268. OLE color: 14998268.

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

Color convert

RGB252218228-
CMYK00.130.100.01
HSL342.35º85%92.16%-
HSV(B)342.35º13.49%98.82%-
XYZ79.2276.4483.98-
YUV229.31127.26144.19-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.10%
GREEN value IS 218 (85.55% from 255) = 31.23%
BLUE value IS 228 (89.45% from 255) = 32.66%
R=36.10%
G=31.23%
B=32.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.10
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25221822800.130.100.01342.358592.16
HexFCDAE40DA1156555c
Octal374332344015121526125134
Binary111111001101101011100100011011010110101011010101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCDAE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCDAE4; }

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

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

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

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

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

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

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

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