#FCDAEA

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

Shades of Pig Pink #FCDAEA

Tints of Pig Pink #FCDAEA

Color information

#FCDAEA (or 0xFCDAEA) is unknown color: approx Pig Pink. HEX triplet: FC, DA and EA. RGB value is (252,218,234). Sum of RGB (Red+Green+Blue) = 252+218+234=704 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.80% from 704); Green value is 218 (85.55% from 255 or 30.97% from 704); Blue value is 234 (91.80% from 255 or 33.24% from 704); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDAEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCDAEA is #032515. Grayscale: #E5E5E5. Windows color (decimal): -206102 or 15391484. OLE color: 15391484.

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

Color convert

RGB252218234-
CMYK00.130.070.01
HSL331.76º85%92.16%-
HSV(B)331.76º13.49%98.82%-
XYZ80.0776.7888.44-
YUV229.99130.26143.7-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.80%
GREEN value IS 218 (85.55% from 255) = 30.97%
BLUE value IS 234 (91.80% from 255) = 33.24%
R=35.80%
G=30.97%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25221823400.130.070.01331.768592.16
HexFCDAEA0D7114c555c
Octal37433235201571514125134
Binary11111100110110101110101001101111110100110010101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCDAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCDAEA; }

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

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

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

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

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

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

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

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