#FEC9B8

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

Shades of Your Pink #FEC9B8

Tints of Your Pink #FEC9B8

Color information

#FEC9B8 (or 0xFEC9B8) is unknown color: approx Your Pink. HEX triplet: FE, C9 and B8. RGB value is (254,201,184). Sum of RGB (Red+Green+Blue) = 254+201+184=639 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.75% from 639); Green value is 201 (78.91% from 255 or 31.46% from 639); Blue value is 184 (72.27% from 255 or 28.79% from 639); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC9B8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC9B8 is #013647. Grayscale: #D7D7D7. Windows color (decimal): -79432 or 12110334. OLE color: 12110334.

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

Color convert

RGB254201184-
CMYK00.210.280.00
HSL14.57º97.22%85.88%-
HSV(B)14.57º27.56%99.61%-
XYZ70.4166.354.43-
YUV214.91110.56155.88-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.75%
GREEN value IS 201 (78.91% from 255) = 31.46%
BLUE value IS 184 (72.27% from 255) = 28.79%
R=39.75%
G=31.46%
B=28.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.28
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420118400.210.280.0014.5797.2285.88
HexFEC9B80151C0f6156
Octal37631127002534017141126
Binary111111101100100110111000010101111000111111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC9B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC9B8; }

 p { color: rgb(254,201,184); }

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

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

 a { background-color: rgb(254,201,184); }

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

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

 span { border-color: rgb(254,201,184); }

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