#FECEE0

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

Shades of Pig Pink #FECEE0

Tints of Pig Pink #FECEE0

Color information

#FECEE0 (or 0xFECEE0) is unknown color: approx Pig Pink. HEX triplet: FE, CE and E0. RGB value is (254,206,224). Sum of RGB (Red+Green+Blue) = 254+206+224=684 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.13% from 684); Green value is 206 (80.86% from 255 or 30.12% from 684); Blue value is 224 (87.89% from 255 or 32.75% from 684); Max value from RGB is 254 - color contains mainly: red. Hex color #FECEE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECEE0 is #01311F. Grayscale: #DEDEDE. Windows color (decimal): -78112 or 14733054. OLE color: 14733054.

HSL color Cylindrical-coordinate representation of color #FECEE0: hue angle of 337.5º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FECEE0 is Cyan = 0, Magento = 0.19, Yellow = 0.12 and Black (K on CMYK) = 0.00.

Color convert

RGB254206224-
CMYK00.190.120.00
HSL337.5º96%90.2%-
HSV(B)337.5º18.9%99.61%-
XYZ76.470.680.12-
YUV222.4128.9150.54-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.13%
GREEN value IS 206 (80.86% from 255) = 30.12%
BLUE value IS 224 (87.89% from 255) = 32.75%
R=37.13%
G=30.12%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.12
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420622400.190.120.00337.59690.2
HexFECEE0013C0152605a
Octal376316340023140522140132
Binary1111111011001110111000000100111100010101001011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FECEE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FECEE0; }

 p { color: rgb(254,206,224); }

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

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

 a { background-color: rgb(254,206,224); }

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

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

 span { border-color: rgb(254,206,224); }

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