#FEC9BD

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

Shades of Your Pink #FEC9BD

Tints of Your Pink #FEC9BD

Color information

#FEC9BD (or 0xFEC9BD) is unknown color: approx Your Pink. HEX triplet: FE, C9 and BD. RGB value is (254,201,189). Sum of RGB (Red+Green+Blue) = 254+201+189=644 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.44% from 644); Green value is 201 (78.91% from 255 or 31.21% from 644); Blue value is 189 (74.22% from 255 or 29.35% from 644); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC9BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC9BD is #013642. Grayscale: #D7D7D7. Windows color (decimal): -79427 or 12438014. OLE color: 12438014.

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

Color convert

RGB254201189-
CMYK00.210.260.00
HSL11.08º97.01%86.86%-
HSV(B)11.08º25.59%99.61%-
XYZ70.9566.5257.24-
YUV215.48113.06155.48-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.44%
GREEN value IS 201 (78.91% from 255) = 31.21%
BLUE value IS 189 (74.22% from 255) = 29.35%
R=39.44%
G=31.21%
B=29.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.26
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420118900.210.260.0011.0897.0186.86
HexFEC9BD0151A0b6157
Octal37631127502532013141127
Binary111111101100100110111101010101110100101111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC9BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC9BD; }

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

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

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

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

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

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

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

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