#FEC8C0

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

Shades of Your Pink #FEC8C0

Tints of Your Pink #FEC8C0

Color information

#FEC8C0 (or 0xFEC8C0) is unknown color: approx Your Pink. HEX triplet: FE, C8 and C0. RGB value is (254,200,192). Sum of RGB (Red+Green+Blue) = 254+200+192=646 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.32% from 646); Green value is 200 (78.52% from 255 or 30.96% from 646); Blue value is 192 (75.39% from 255 or 29.72% from 646); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC8C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC8C0 is #01373F. Grayscale: #D7D7D7. Windows color (decimal): -79680 or 12634366. OLE color: 12634366.

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

Color convert

RGB254200192-
CMYK00.210.240.00
HSL7.74º96.88%87.45%-
HSV(B)7.74º24.41%99.61%-
XYZ71.0466.1958.9-
YUV215.23114.89155.65-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.32%
GREEN value IS 200 (78.52% from 255) = 30.96%
BLUE value IS 192 (75.39% from 255) = 29.72%
R=39.32%
G=30.96%
B=29.72%

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
Decimal25420019200.210.240.007.7496.8887.45
HexFEC8C001518086157
Octal37631030002530010141127
Binary111111101100100011000000010101110000100011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC8C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC8C0; }

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

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

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

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

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

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

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

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