#FECFE1

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

Shades of Pig Pink #FECFE1

Tints of Pig Pink #FECFE1

Color information

#FECFE1 (or 0xFECFE1) is unknown color: approx Pig Pink. HEX triplet: FE, CF and E1. RGB value is (254,207,225). Sum of RGB (Red+Green+Blue) = 254+207+225=686 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.03% from 686); Green value is 207 (81.25% from 255 or 30.17% from 686); Blue value is 225 (88.28% from 255 or 32.80% from 686); Max value from RGB is 254 - color contains mainly: red. Hex color #FECFE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECFE1 is #01301E. Grayscale: #DFDFDF. Windows color (decimal): -77855 or 14798846. OLE color: 14798846.

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

Color convert

RGB254207225-
CMYK00.190.110.00
HSL337.02º95.92%90.39%-
HSV(B)337.02º18.5%99.61%-
XYZ76.7871.1380.92-
YUV223.1129.07150.04-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.03%
GREEN value IS 207 (81.25% from 255) = 30.17%
BLUE value IS 225 (88.28% from 255) = 32.80%
R=37.03%
G=30.17%
B=32.80%

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
Decimal25420722500.190.110.00337.0295.9290.39
HexFECFE1013B0151605a
Octal376317341023130521140132
Binary1111111011001111111000010100111011010101000111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FECFE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FECFE1; }

 p { color: rgb(254,207,225); }

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

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

 a { background-color: rgb(254,207,225); }

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

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

 span { border-color: rgb(254,207,225); }

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