#FEC7B9

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

Shades of Your Pink #FEC7B9

Tints of Your Pink #FEC7B9

Color information

#FEC7B9 (or 0xFEC7B9) is unknown color: approx Your Pink. HEX triplet: FE, C7 and B9. RGB value is (254,199,185). Sum of RGB (Red+Green+Blue) = 254+199+185=638 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.81% from 638); Green value is 199 (78.12% from 255 or 31.19% from 638); Blue value is 185 (72.66% from 255 or 29.00% from 638); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC7B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC7B9 is #013846. Grayscale: #D5D5D5. Windows color (decimal): -79943 or 12175358. OLE color: 12175358.

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

Color convert

RGB254199185-
CMYK00.220.270.00
HSL12.17º97.18%86.08%-
HSV(B)12.17º27.17%99.61%-
XYZ70.0565.4254.83-
YUV213.85111.72156.64-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.81%
GREEN value IS 199 (78.12% from 255) = 31.19%
BLUE value IS 185 (72.66% from 255) = 29.00%
R=39.81%
G=31.19%
B=29.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.27
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25419918500.220.270.0012.1797.1886.08
HexFEC7B90161B0c6156
Octal37630727102633014141126
Binary111111101100011110111001010110110110110011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC7B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC7B9; }

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

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

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

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

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

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

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

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