#FCE1EE

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

Shades of Pig Pink #FCE1EE

Tints of Pig Pink #FCE1EE

Color information

#FCE1EE (or 0xFCE1EE) is unknown color: approx Pig Pink. HEX triplet: FC, E1 and EE. RGB value is (252,225,238). Sum of RGB (Red+Green+Blue) = 252+225+238=715 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.24% from 715); Green value is 225 (88.28% from 255 or 31.47% from 715); Blue value is 238 (93.36% from 255 or 33.29% from 715); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE1EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCE1EE is #031E11. Grayscale: #EAEAEA. Windows color (decimal): -204306 or 15655420. OLE color: 15655420.

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

Color convert

RGB252225238-
CMYK00.110.060.01
HSL331.11º81.82%93.53%-
HSV(B)331.11º10.71%98.82%-
XYZ82.580.7292.12-
YUV234.56129.95140.44-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.24%
GREEN value IS 225 (88.28% from 255) = 31.47%
BLUE value IS 238 (93.36% from 255) = 33.29%
R=35.24%
G=31.47%
B=33.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25222523800.110.060.01331.1181.8293.53
HexFCE1EE0B6114b525e
Octal37434135601361513122136
Binary11111100111000011110111001011110110100101110100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE1EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE1EE; }

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

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

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

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

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

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

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

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