#FEC7BF

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

Shades of Your Pink #FEC7BF

Tints of Your Pink #FEC7BF

Color information

#FEC7BF (or 0xFEC7BF) is unknown color: approx Your Pink. HEX triplet: FE, C7 and BF. RGB value is (254,199,191). Sum of RGB (Red+Green+Blue) = 254+199+191=644 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.44% from 644); Green value is 199 (78.12% from 255 or 30.90% from 644); Blue value is 191 (75% from 255 or 29.66% from 644); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC7BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC7BF is #013840. Grayscale: #D6D6D6. Windows color (decimal): -79937 or 12568574. OLE color: 12568574.

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

Color convert

RGB254199191-
CMYK00.220.250.00
HSL7.62º96.92%87.25%-
HSV(B)7.62º24.8%99.61%-
XYZ70.765.6858.24-
YUV214.53114.72156.15-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.44%
GREEN value IS 199 (78.12% from 255) = 30.90%
BLUE value IS 191 (75% from 255) = 29.66%
R=39.44%
G=30.90%
B=29.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.25
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25419919100.220.250.007.6296.9287.25
HexFEC7BF01619086157
Octal37630727702631010141127
Binary111111101100011110111111010110110010100011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC7BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC7BF; }

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

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

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

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

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

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

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

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