#FEC7CF

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

Shades of Pink #FEC7CF

Tints of Pink #FEC7CF

Color information

#FEC7CF (or 0xFEC7CF) is unknown color: approx Pink. HEX triplet: FE, C7 and CF. RGB value is (254,199,207). Sum of RGB (Red+Green+Blue) = 254+199+207=660 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.48% from 660); Green value is 199 (78.12% from 255 or 30.15% from 660); Blue value is 207 (81.25% from 255 or 31.36% from 660); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC7CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC7CF is #013830. Grayscale: #D8D8D8. Windows color (decimal): -79921 or 13617150. OLE color: 13617150.

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

Color convert

RGB254199207-
CMYK00.220.190.00
HSL351.27º96.49%88.82%-
HSV(B)351.27º21.65%99.61%-
XYZ72.5666.4268.03-
YUV216.36122.72154.85-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.48%
GREEN value IS 199 (78.12% from 255) = 30.15%
BLUE value IS 207 (81.25% from 255) = 31.36%
R=38.48%
G=30.15%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.19
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25419920700.220.190.00351.2796.4988.82
HexFEC7CF01613015f6059
Octal376307317026230537140131
Binary11111110110001111100111101011010011010101111111000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC7CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC7CF; }

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

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

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

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

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

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

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

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