#FEC0B9

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

Shades of Your Pink #FEC0B9

Tints of Your Pink #FEC0B9

Color information

#FEC0B9 (or 0xFEC0B9) is unknown color: approx Your Pink. HEX triplet: FE, C0 and B9. RGB value is (254,192,185). Sum of RGB (Red+Green+Blue) = 254+192+185=631 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.25% from 631); Green value is 192 (75.39% from 255 or 30.43% from 631); Blue value is 185 (72.66% from 255 or 29.32% from 631); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC0B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC0B9 is #013F46. Grayscale: #D1D1D1. Windows color (decimal): -81735 or 12173566. OLE color: 12173566.

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

Color convert

RGB254192185-
CMYK00.240.270.00
HSL6.09º97.18%86.08%-
HSV(B)6.09º27.17%99.61%-
XYZ68.4862.2754.31-
YUV209.74114.04159.57-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.25%
GREEN value IS 192 (75.39% from 255) = 30.43%
BLUE value IS 185 (72.66% from 255) = 29.32%
R=40.25%
G=30.43%
B=29.32%

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
Decimal25419218500.240.270.006.0997.1886.08
HexFEC0B90181B066156
Octal3763002710303306141126
Binary11111110110000001011100101100011011011011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC0B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC0B9; }

 p { color: rgb(254,192,185); }

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

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

 a { background-color: rgb(254,192,185); }

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

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

 span { border-color: rgb(254,192,185); }

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