#FEC9BA

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

Shades of Your Pink #FEC9BA

Tints of Your Pink #FEC9BA

Color information

#FEC9BA (or 0xFEC9BA) is unknown color: approx Your Pink. HEX triplet: FE, C9 and BA. RGB value is (254,201,186). Sum of RGB (Red+Green+Blue) = 254+201+186=641 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.63% from 641); Green value is 201 (78.91% from 255 or 31.36% from 641); Blue value is 186 (73.05% from 255 or 29.02% from 641); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC9BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC9BA is #013645. Grayscale: #D7D7D7. Windows color (decimal): -79430 or 12241406. OLE color: 12241406.

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

Color convert

RGB254201186-
CMYK00.210.270.00
HSL13.24º97.14%86.27%-
HSV(B)13.24º26.77%99.61%-
XYZ70.6266.3955.55-
YUV215.14111.56155.72-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.63%
GREEN value IS 201 (78.91% from 255) = 31.36%
BLUE value IS 186 (73.05% from 255) = 29.02%
R=39.63%
G=31.36%
B=29.02%

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
Decimal25420118600.210.270.0013.2497.1486.27
HexFEC9BA0151B0d6156
Octal37631127202533015141126
Binary111111101100100110111010010101110110110111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC9BA; }

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

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

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

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

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

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

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

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