#FEC9C2

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

Shades of Your Pink #FEC9C2

Tints of Your Pink #FEC9C2

Color information

#FEC9C2 (or 0xFEC9C2) is unknown color: approx Your Pink. HEX triplet: FE, C9 and C2. RGB value is (254,201,194). Sum of RGB (Red+Green+Blue) = 254+201+194=649 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.14% from 649); Green value is 201 (78.91% from 255 or 30.97% from 649); Blue value is 194 (76.17% from 255 or 29.89% from 649); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC9C2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC9C2 is #01363D. Grayscale: #D8D8D8. Windows color (decimal): -79422 or 12765694. OLE color: 12765694.

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

Color convert

RGB254201194-
CMYK00.210.240.00
HSL96.77%87.84%-
HSV(B)23.62%99.61%-
XYZ71.566.7460.15-
YUV216.05115.56155.07-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.14%
GREEN value IS 201 (78.91% from 255) = 30.97%
BLUE value IS 194 (76.17% from 255) = 29.89%
R=39.14%
G=30.97%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.24
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420119400.210.240.00796.7787.84
HexFEC9C201518076158
Octal3763113020253007141130
Binary11111110110010011100001001010111000011111000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC9C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC9C2; }

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

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

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

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

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

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

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

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