#FECFE7

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

Shades of Pig Pink #FECFE7

Tints of Pig Pink #FECFE7

Color information

#FECFE7 (or 0xFECFE7) is unknown color: approx Pig Pink. HEX triplet: FE, CF and E7. RGB value is (254,207,231). Sum of RGB (Red+Green+Blue) = 254+207+231=692 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.71% from 692); Green value is 207 (81.25% from 255 or 29.91% from 692); Blue value is 231 (90.62% from 255 or 33.38% from 692); Max value from RGB is 254 - color contains mainly: red. Hex color #FECFE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FECFE7 is #013018. Grayscale: #DFDFDF. Windows color (decimal): -77849 or 15192062. OLE color: 15192062.

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

Color convert

RGB254207231-
CMYK00.190.090.00
HSL329.36º95.92%90.39%-
HSV(B)329.36º18.5%99.61%-
XYZ77.6171.4785.31-
YUV223.79132.07149.55-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.71%
GREEN value IS 207 (81.25% from 255) = 29.91%
BLUE value IS 231 (90.62% from 255) = 33.38%
R=36.71%
G=29.91%
B=33.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.09
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420723100.190.090.00329.3695.9290.39
HexFECFE701390149605a
Octal376317347023110511140132
Binary1111111011001111111001110100111001010100100111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FECFE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FECFE7; }

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

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

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

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

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

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

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

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