#FEC0C7

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

Shades of Pink #FEC0C7

Tints of Pink #FEC0C7

Color information

#FEC0C7 (or 0xFEC0C7) is unknown color: approx Pink. HEX triplet: FE, C0 and C7. RGB value is (254,192,199). Sum of RGB (Red+Green+Blue) = 254+192+199=645 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.38% from 645); Green value is 192 (75.39% from 255 or 29.77% from 645); Blue value is 199 (78.12% from 255 or 30.85% from 645); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC0C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC0C7 is #013F38. Grayscale: #D3D3D3. Windows color (decimal): -81721 or 13091070. OLE color: 13091070.

HSL color Cylindrical-coordinate representation of color #FEC0C7: hue angle of 353.23º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FEC0C7 is Cyan = 0, Magento = 0.24, Yellow = 0.22 and Black (K on CMYK) = 0.00.

Color convert

RGB254192199-
CMYK00.240.220.00
HSL353.23º96.88%87.45%-
HSV(B)353.23º24.41%99.61%-
XYZ70.0362.8962.48-
YUV211.34121.04158.43-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.38%
GREEN value IS 192 (75.39% from 255) = 29.77%
BLUE value IS 199 (78.12% from 255) = 30.85%
R=39.38%
G=29.77%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.22
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25419219900.240.220.00353.2396.8887.45
HexFEC0C70181601616157
Octal376300307030260541141127
Binary11111110110000001100011101100010110010110000111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC0C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC0C7; }

 p { color: rgb(254,192,199); }

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

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

 a { background-color: rgb(254,192,199); }

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

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

 span { border-color: rgb(254,192,199); }

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