#FEC9B7

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

Shades of Your Pink #FEC9B7

Tints of Your Pink #FEC9B7

Color information

#FEC9B7 (or 0xFEC9B7) is unknown color: approx Your Pink. HEX triplet: FE, C9 and B7. RGB value is (254,201,183). Sum of RGB (Red+Green+Blue) = 254+201+183=638 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.81% from 638); Green value is 201 (78.91% from 255 or 31.50% from 638); Blue value is 183 (71.88% from 255 or 28.68% from 638); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC9B7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC9B7 is #013648. Grayscale: #D6D6D6. Windows color (decimal): -79433 or 12044798. OLE color: 12044798.

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

Color convert

RGB254201183-
CMYK00.210.280.00
HSL15.21º97.26%85.69%-
HSV(B)15.21º27.95%99.61%-
XYZ70.3166.2653.88-
YUV214.8110.06155.96-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.81%
GREEN value IS 201 (78.91% from 255) = 31.50%
BLUE value IS 183 (71.88% from 255) = 28.68%
R=39.81%
G=31.50%
B=28.68%

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
Decimal25420118300.210.280.0015.2197.2685.69
HexFEC9B70151C0f6156
Octal37631126702534017141126
Binary111111101100100110110111010101111000111111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC9B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC9B7; }

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

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

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

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

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

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

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

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