#FCDAEE

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

Shades of Pig Pink #FCDAEE

Tints of Pig Pink #FCDAEE

Color information

#FCDAEE (or 0xFCDAEE) is unknown color: approx Pig Pink. HEX triplet: FC, DA and EE. RGB value is (252,218,238). Sum of RGB (Red+Green+Blue) = 252+218+238=708 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.59% from 708); Green value is 218 (85.55% from 255 or 30.79% from 708); Blue value is 238 (93.36% from 255 or 33.62% from 708); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDAEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCDAEE is #032511. Grayscale: #E6E6E6. Windows color (decimal): -206098 or 15653628. OLE color: 15653628.

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

Color convert

RGB252218238-
CMYK00.130.060.01
HSL324.71º85%92.16%-
HSV(B)324.71º13.49%98.82%-
XYZ80.6577.0191.5-
YUV230.45132.26143.37-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.59%
GREEN value IS 218 (85.55% from 255) = 30.79%
BLUE value IS 238 (93.36% from 255) = 33.62%
R=35.59%
G=30.79%
B=33.62%

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
Decimal25221823800.130.060.01324.718592.16
HexFCDAEE0D61145555c
Octal37433235601561505125134
Binary11111100110110101110111001101110110100010110101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCDAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCDAEE; }

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

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

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

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

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

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

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

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