#FECFE4

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

Shades of Pig Pink #FECFE4

Tints of Pig Pink #FECFE4

Color information

#FECFE4 (or 0xFECFE4) is unknown color: approx Pig Pink. HEX triplet: FE, CF and E4. RGB value is (254,207,228). Sum of RGB (Red+Green+Blue) = 254+207+228=689 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.87% from 689); Green value is 207 (81.25% from 255 or 30.04% from 689); Blue value is 228 (89.45% from 255 or 33.09% from 689); Max value from RGB is 254 - color contains mainly: red. Hex color #FECFE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECFE4 is #01301B. Grayscale: #DFDFDF. Windows color (decimal): -77852 or 14995454. OLE color: 14995454.

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

Color convert

RGB254207228-
CMYK00.190.100.00
HSL333.19º95.92%90.39%-
HSV(B)333.19º18.5%99.61%-
XYZ77.1971.383.09-
YUV223.45130.57149.79-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.87%
GREEN value IS 207 (81.25% from 255) = 30.04%
BLUE value IS 228 (89.45% from 255) = 33.09%
R=36.87%
G=30.04%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.10
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420722800.190.100.00333.1995.9290.39
HexFECFE4013A014d605a
Octal376317344023120515140132
Binary1111111011001111111001000100111010010100110111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FECFE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FECFE4; }

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

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

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

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

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

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

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

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