#FEC9B9

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

Shades of Your Pink #FEC9B9

Tints of Your Pink #FEC9B9

Color information

#FEC9B9 (or 0xFEC9B9) is unknown color: approx Your Pink. HEX triplet: FE, C9 and B9. RGB value is (254,201,185). Sum of RGB (Red+Green+Blue) = 254+201+185=640 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.69% from 640); Green value is 201 (78.91% from 255 or 31.41% from 640); Blue value is 185 (72.66% from 255 or 28.91% from 640); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC9B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC9B9 is #013646. Grayscale: #D7D7D7. Windows color (decimal): -79431 or 12175870. OLE color: 12175870.

HSL color Cylindrical-coordinate representation of color #FEC9B9: hue angle of 13.91º 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 #FEC9B9 is Cyan = 0, Magento = 0.21, Yellow = 0.27 and Black (K on CMYK) = 0.00.

Color convert

RGB254201185-
CMYK00.210.270.00
HSL13.91º97.18%86.08%-
HSV(B)13.91º27.17%99.61%-
XYZ70.5266.3554.99-
YUV215.02111.06155.8-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.69%
GREEN value IS 201 (78.91% from 255) = 31.41%
BLUE value IS 185 (72.66% from 255) = 28.91%
R=39.69%
G=31.41%
B=28.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.27
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420118500.210.270.0013.9197.1886.08
HexFEC9B90151B0e6156
Octal37631127102533016141126
Binary111111101100100110111001010101110110111011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC9B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC9B9; }

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

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

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

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

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

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

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

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