#FEC4BA

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

Shades of Your Pink #FEC4BA

Tints of Your Pink #FEC4BA

Color information

#FEC4BA (or 0xFEC4BA) is unknown color: approx Your Pink. HEX triplet: FE, C4 and BA. RGB value is (254,196,186). Sum of RGB (Red+Green+Blue) = 254+196+186=636 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.94% from 636); Green value is 196 (76.95% from 255 or 30.82% from 636); Blue value is 186 (73.05% from 255 or 29.25% from 636); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC4BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC4BA is #013B45. Grayscale: #D4D4D4. Windows color (decimal): -80710 or 12240126. OLE color: 12240126.

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

Color convert

RGB254196186-
CMYK00.230.270.00
HSL8.82º97.14%86.27%-
HSV(B)8.82º26.77%99.61%-
XYZ69.4864.155.16-
YUV212.2113.22157.81-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.94%
GREEN value IS 196 (76.95% from 255) = 30.82%
BLUE value IS 186 (73.05% from 255) = 29.25%
R=39.94%
G=30.82%
B=29.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.27
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25419618600.230.270.008.8297.1486.27
HexFEC4BA0171B096156
Octal37630427202733011141126
Binary111111101100010010111010010111110110100111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC4BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC4BA; }

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

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

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

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

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

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

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

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