#FEC9BF

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

Shades of Your Pink #FEC9BF

Tints of Your Pink #FEC9BF

Color information

#FEC9BF (or 0xFEC9BF) is unknown color: approx Your Pink. HEX triplet: FE, C9 and BF. RGB value is (254,201,191). Sum of RGB (Red+Green+Blue) = 254+201+191=646 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.32% from 646); Green value is 201 (78.91% from 255 or 31.11% from 646); Blue value is 191 (75% from 255 or 29.57% from 646); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC9BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC9BF is #013640. Grayscale: #D7D7D7. Windows color (decimal): -79425 or 12569086. OLE color: 12569086.

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

Color convert

RGB254201191-
CMYK00.210.250.00
HSL9.52º96.92%87.25%-
HSV(B)9.52º24.8%99.61%-
XYZ71.1666.6158.4-
YUV215.71114.06155.31-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.32%
GREEN value IS 201 (78.91% from 255) = 31.11%
BLUE value IS 191 (75% from 255) = 29.57%
R=39.32%
G=31.11%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.25
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420119100.210.250.009.5296.9287.25
HexFEC9BF015190a6157
Octal37631127702531012141127
Binary111111101100100110111111010101110010101011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC9BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC9BF; }

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

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

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

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

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

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

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

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