#FEC9C4

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

Shades of Your Pink #FEC9C4

Tints of Your Pink #FEC9C4

Color information

#FEC9C4 (or 0xFEC9C4) is unknown color: approx Your Pink. HEX triplet: FE, C9 and C4. RGB value is (254,201,196). Sum of RGB (Red+Green+Blue) = 254+201+196=651 (86% of max value = 765). Red value is 254 (99.61% from 255 or 39.02% from 651); Green value is 201 (78.91% from 255 or 30.88% from 651); Blue value is 196 (76.95% from 255 or 30.11% from 651); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC9C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC9C4 is #01363B. Grayscale: #D8D8D8. Windows color (decimal): -79420 or 12896766. OLE color: 12896766.

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

Color convert

RGB254201196-
CMYK00.210.230.00
HSL5.17º96.67%88.24%-
HSV(B)5.17º22.83%99.61%-
XYZ71.7266.8361.34-
YUV216.28116.56154.91-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.02%
GREEN value IS 201 (78.91% from 255) = 30.88%
BLUE value IS 196 (76.95% from 255) = 30.11%
R=39.02%
G=30.88%
B=30.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.23
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420119600.210.230.005.1796.6788.24
HexFEC9C401517056158
Octal3763113040252705141130
Binary11111110110010011100010001010110111010111000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC9C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC9C4; }

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

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

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

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

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

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

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

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