#FEC5B1

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

Shades of Your Pink #FEC5B1

Tints of Your Pink #FEC5B1

Color information

#FEC5B1 (or 0xFEC5B1) is unknown color: approx Your Pink. HEX triplet: FE, C5 and B1. RGB value is (254,197,177). Sum of RGB (Red+Green+Blue) = 254+197+177=628 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.45% from 628); Green value is 197 (77.34% from 255 or 31.37% from 628); Blue value is 177 (69.53% from 255 or 28.18% from 628); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC5B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC5B1 is #013A4E. Grayscale: #D3D3D3. Windows color (decimal): -80463 or 11650558. OLE color: 11650558.

HSL color Cylindrical-coordinate representation of color #FEC5B1: hue angle of 15.58º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FEC5B1 is Cyan = 0, Magento = 0.22, Yellow = 0.30 and Black (K on CMYK) = 0.00.

Color convert

RGB254197177-
CMYK00.220.300.00
HSL15.58º97.47%84.51%-
HSV(B)15.58º30.31%99.61%-
XYZ68.7864.1850.36-
YUV211.76108.38158.13-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.45%
GREEN value IS 197 (77.34% from 255) = 31.37%
BLUE value IS 177 (69.53% from 255) = 28.18%
R=40.45%
G=31.37%
B=28.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.30
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25419717700.220.300.0015.5897.4784.51
HexFEC5B10161E0106155
Octal37630526102636020141125
Binary1111111011000101101100010101101111001000011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC5B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC5B1; }

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

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

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

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

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

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

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

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