#FEC1BA

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

Shades of Your Pink #FEC1BA

Tints of Your Pink #FEC1BA

Color information

#FEC1BA (or 0xFEC1BA) is unknown color: approx Your Pink. HEX triplet: FE, C1 and BA. RGB value is (254,193,186). Sum of RGB (Red+Green+Blue) = 254+193+186=633 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.13% from 633); Green value is 193 (75.78% from 255 or 30.49% from 633); Blue value is 186 (73.05% from 255 or 29.38% from 633); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC1BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC1BA is #013E45. Grayscale: #D2D2D2. Windows color (decimal): -81478 or 12239358. OLE color: 12239358.

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

Color convert

RGB254193186-
CMYK00.240.270.00
HSL6.18º97.14%86.27%-
HSV(B)6.18º26.77%99.61%-
XYZ68.8162.7654.94-
YUV210.44114.21159.07-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.13%
GREEN value IS 193 (75.78% from 255) = 30.49%
BLUE value IS 186 (73.05% from 255) = 29.38%
R=40.13%
G=30.49%
B=29.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.27
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25419318600.240.270.006.1897.1486.27
HexFEC1BA0181B066156
Octal3763012720303306141126
Binary11111110110000011011101001100011011011011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC1BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC1BA; }

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

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

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

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

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

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

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

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