#FCE0F1

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

Shades of Pig Pink #FCE0F1

Tints of Pig Pink #FCE0F1

Color information

#FCE0F1 (or 0xFCE0F1) is unknown color: approx Pig Pink. HEX triplet: FC, E0 and F1. RGB value is (252,224,241). Sum of RGB (Red+Green+Blue) = 252+224+241=717 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.15% from 717); Green value is 224 (87.89% from 255 or 31.24% from 717); Blue value is 241 (94.53% from 255 or 33.61% from 717); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE0F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCE0F1 is #031F0E. Grayscale: #EAEAEA. Windows color (decimal): -204559 or 15851772. OLE color: 15851772.

HSL color Cylindrical-coordinate representation of color #FCE0F1: hue angle of 323.57º degrees, saturation: 0.82, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FCE0F1 is Cyan = 0, Magento = 0.11, Yellow = 0.04 and Black (K on CMYK) = 0.01.

Color convert

RGB252224241-
CMYK00.110.040.01
HSL323.57º82.35%93.33%-
HSV(B)323.57º11.11%98.82%-
XYZ82.6880.3694.37-
YUV234.31131.78140.62-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.15%
GREEN value IS 224 (87.89% from 255) = 31.24%
BLUE value IS 241 (94.53% from 255) = 33.61%
R=35.15%
G=31.24%
B=33.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.04
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25222424100.110.040.01323.5782.3593.33
HexFCE0F10B41144525d
Octal37434036101341504122135
Binary11111100111000001111000101011100110100010010100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE0F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE0F1; }

 p { color: rgb(252,224,241); }

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

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

 a { background-color: rgb(252,224,241); }

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

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

 span { border-color: rgb(252,224,241); }

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