#FEC5BA

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

Shades of Your Pink #FEC5BA

Tints of Your Pink #FEC5BA

Color information

#FEC5BA (or 0xFEC5BA) is unknown color: approx Your Pink. HEX triplet: FE, C5 and BA. RGB value is (254,197,186). Sum of RGB (Red+Green+Blue) = 254+197+186=637 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.87% from 637); Green value is 197 (77.34% from 255 or 30.93% from 637); Blue value is 186 (73.05% from 255 or 29.20% from 637); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC5BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC5BA is #013A45. Grayscale: #D4D4D4. Windows color (decimal): -80454 or 12240382. OLE color: 12240382.

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

Color convert

RGB254197186-
CMYK00.220.270.00
HSL9.71º97.14%86.27%-
HSV(B)9.71º26.77%99.61%-
XYZ69.764.5555.24-
YUV212.79112.88157.39-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.87%
GREEN value IS 197 (77.34% from 255) = 30.93%
BLUE value IS 186 (73.05% from 255) = 29.20%
R=39.87%
G=30.93%
B=29.20%

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
Decimal25419718600.220.270.009.7197.1486.27
HexFEC5BA0161B0a6156
Octal37630527202633012141126
Binary111111101100010110111010010110110110101011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC5BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC5BA; }

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

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

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

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

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

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

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

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