#FCD9EA

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

Shades of Pig Pink #FCD9EA

Tints of Pig Pink #FCD9EA

Color information

#FCD9EA (or 0xFCD9EA) is unknown color: approx Pig Pink. HEX triplet: FC, D9 and EA. RGB value is (252,217,234). Sum of RGB (Red+Green+Blue) = 252+217+234=703 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.85% from 703); Green value is 217 (85.16% from 255 or 30.87% from 703); Blue value is 234 (91.80% from 255 or 33.29% from 703); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD9EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCD9EA is #032615. Grayscale: #E5E5E5. Windows color (decimal): -206358 or 15391228. OLE color: 15391228.

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

Color convert

RGB252217234-
CMYK00.140.070.01
HSL330.86º85.37%91.96%-
HSV(B)330.86º13.89%98.82%-
XYZ79.8176.2688.36-
YUV229.4130.6144.12-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.85%
GREEN value IS 217 (85.16% from 255) = 30.87%
BLUE value IS 234 (91.80% from 255) = 33.29%
R=35.85%
G=30.87%
B=33.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25221723400.140.070.01330.8685.3791.96
HexFCD9EA0E7114b555c
Octal37433135201671513125134
Binary11111100110110011110101001110111110100101110101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD9EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD9EA; }

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

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

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

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

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

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

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

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