#FECEE3

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

Shades of Pig Pink #FECEE3

Tints of Pig Pink #FECEE3

Color information

#FECEE3 (or 0xFECEE3) is unknown color: approx Pig Pink. HEX triplet: FE, CE and E3. RGB value is (254,206,227). Sum of RGB (Red+Green+Blue) = 254+206+227=687 (90% of max value = 765). Red value is 254 (99.61% from 255 or 36.97% from 687); Green value is 206 (80.86% from 255 or 29.99% from 687); Blue value is 227 (89.06% from 255 or 33.04% from 687); Max value from RGB is 254 - color contains mainly: red. Hex color #FECEE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECEE3 is #01311C. Grayscale: #DEDEDE. Windows color (decimal): -78109 or 14929662. OLE color: 14929662.

HSL color Cylindrical-coordinate representation of color #FECEE3: hue angle of 333.75º 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 #FECEE3 is Cyan = 0, Magento = 0.19, Yellow = 0.11 and Black (K on CMYK) = 0.00.

Color convert

RGB254206227-
CMYK00.190.110.00
HSL333.75º96%90.2%-
HSV(B)333.75º18.9%99.61%-
XYZ76.8170.7682.28-
YUV222.75130.4150.29-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.97%
GREEN value IS 206 (80.86% from 255) = 29.99%
BLUE value IS 227 (89.06% from 255) = 33.04%
R=36.97%
G=29.99%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.11
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420622700.190.110.00333.759690.2
HexFECEE3013B014e605a
Octal376316343023130516140132
Binary1111111011001110111000110100111011010100111011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FECEE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FECEE3; }

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

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

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

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

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

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

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

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