#FEC8BD

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

Shades of Your Pink #FEC8BD

Tints of Your Pink #FEC8BD

Color information

#FEC8BD (or 0xFEC8BD) is unknown color: approx Your Pink. HEX triplet: FE, C8 and BD. RGB value is (254,200,189). Sum of RGB (Red+Green+Blue) = 254+200+189=643 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.50% from 643); Green value is 200 (78.52% from 255 or 31.10% from 643); Blue value is 189 (74.22% from 255 or 29.39% from 643); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC8BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC8BD is #013742. Grayscale: #D6D6D6. Windows color (decimal): -79683 or 12437758. OLE color: 12437758.

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

Color convert

RGB254200189-
CMYK00.210.260.00
HSL10.15º97.01%86.86%-
HSV(B)10.15º25.59%99.61%-
XYZ70.7166.0557.17-
YUV214.89113.39155.89-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.50%
GREEN value IS 200 (78.52% from 255) = 31.10%
BLUE value IS 189 (74.22% from 255) = 29.39%
R=39.50%
G=31.10%
B=29.39%

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
Decimal25420018900.210.260.0010.1597.0186.86
HexFEC8BD0151A0a6157
Octal37631027502532012141127
Binary111111101100100010111101010101110100101011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC8BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC8BD; }

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

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

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

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

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

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

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

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