#FEC5BD

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

Shades of Your Pink #FEC5BD

Tints of Your Pink #FEC5BD

Color information

#FEC5BD (or 0xFEC5BD) is unknown color: approx Your Pink. HEX triplet: FE, C5 and BD. RGB value is (254,197,189). Sum of RGB (Red+Green+Blue) = 254+197+189=640 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.69% from 640); Green value is 197 (77.34% from 255 or 30.78% from 640); Blue value is 189 (74.22% from 255 or 29.53% from 640); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC5BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC5BD is #013A42. Grayscale: #D5D5D5. Windows color (decimal): -80451 or 12436990. OLE color: 12436990.

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

Color convert

RGB254197189-
CMYK00.220.260.00
HSL7.38º97.01%86.86%-
HSV(B)7.38º25.59%99.61%-
XYZ70.0264.6856.94-
YUV213.13114.38157.15-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.69%
GREEN value IS 197 (77.34% from 255) = 30.78%
BLUE value IS 189 (74.22% from 255) = 29.53%
R=39.69%
G=30.78%
B=29.53%

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
Decimal25419718900.220.260.007.3897.0186.86
HexFEC5BD0161A076157
Octal3763052750263207141127
Binary11111110110001011011110101011011010011111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC5BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC5BD; }

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

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

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

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

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

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

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

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