#FEC8C7

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

Shades of Your Pink #FEC8C7

Tints of Your Pink #FEC8C7

Color information

#FEC8C7 (or 0xFEC8C7) is unknown color: approx Your Pink. HEX triplet: FE, C8 and C7. RGB value is (254,200,199). Sum of RGB (Red+Green+Blue) = 254+200+199=653 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.90% from 653); Green value is 200 (78.52% from 255 or 30.63% from 653); Blue value is 199 (78.12% from 255 or 30.47% from 653); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC8C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC8C7 is #013738. Grayscale: #D8D8D8. Windows color (decimal): -79673 or 13093118. OLE color: 13093118.

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

Color convert

RGB254200199-
CMYK00.210.220.00
HSL1.09º96.49%88.82%-
HSV(B)1.09º21.65%99.61%-
XYZ71.8466.563.08-
YUV216.03118.39155.08-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.90%
GREEN value IS 200 (78.52% from 255) = 30.63%
BLUE value IS 199 (78.12% from 255) = 30.47%
R=38.90%
G=30.63%
B=30.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.22
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420019900.210.220.001.0996.4988.82
HexFEC8C701516016059
Octal3763103070252601140131
Binary111111101100100011000111010101101100111000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC8C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC8C7; }

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

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

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

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

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

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

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

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