#FEC5BB

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

Shades of Your Pink #FEC5BB

Tints of Your Pink #FEC5BB

Color information

#FEC5BB (or 0xFEC5BB) is unknown color: approx Your Pink. HEX triplet: FE, C5 and BB. RGB value is (254,197,187). Sum of RGB (Red+Green+Blue) = 254+197+187=638 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.81% from 638); Green value is 197 (77.34% from 255 or 30.88% from 638); Blue value is 187 (73.44% from 255 or 29.31% from 638); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC5BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC5BB is #013A44. Grayscale: #D5D5D5. Windows color (decimal): -80453 or 12305918. OLE color: 12305918.

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

Color convert

RGB254197187-
CMYK00.220.260.00
HSL8.96º97.1%86.47%-
HSV(B)8.96º26.38%99.61%-
XYZ69.8164.5955.8-
YUV212.9113.38157.31-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.81%
GREEN value IS 197 (77.34% from 255) = 30.88%
BLUE value IS 187 (73.44% from 255) = 29.31%
R=39.81%
G=30.88%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.26
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25419718700.220.260.008.9697.186.47
HexFEC5BB0161A096156
Octal37630527302632011141126
Binary111111101100010110111011010110110100100111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC5BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC5BB; }

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

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

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

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

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

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

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

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