#FEC5B8

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

Shades of Your Pink #FEC5B8

Tints of Your Pink #FEC5B8

Color information

#FEC5B8 (or 0xFEC5B8) is unknown color: approx Your Pink. HEX triplet: FE, C5 and B8. RGB value is (254,197,184). Sum of RGB (Red+Green+Blue) = 254+197+184=635 (84% of max value = 765). Red value is 254 (99.61% from 255 or 40% from 635); Green value is 197 (77.34% from 255 or 31.02% from 635); Blue value is 184 (72.27% from 255 or 28.98% from 635); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC5B8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC5B8 is #013A47. Grayscale: #D4D4D4. Windows color (decimal): -80456 or 12109310. OLE color: 12109310.

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

Color convert

RGB254197184-
CMYK00.220.280.00
HSL11.14º97.22%85.88%-
HSV(B)11.14º27.56%99.61%-
XYZ69.4964.4654.13-
YUV212.56111.88157.56-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40%
GREEN value IS 197 (77.34% from 255) = 31.02%
BLUE value IS 184 (72.27% from 255) = 28.98%
R=40%
G=31.02%
B=28.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.28
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25419718400.220.280.0011.1497.2285.88
HexFEC5B80161C0b6156
Octal37630527002634013141126
Binary111111101100010110111000010110111000101111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC5B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC5B8; }

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

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

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

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

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

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

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

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