#FEC0C8

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

Shades of Pink #FEC0C8

Tints of Pink #FEC0C8

Color information

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

HSL color Cylindrical-coordinate representation of color #FEC0C8: hue angle of 352.26º 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 #FEC0C8 is Cyan = 0, Magento = 0.24, Yellow = 0.21 and Black (K on CMYK) = 0.00.

Color convert

RGB254192200-
CMYK00.240.210.00
HSL352.26º96.88%87.45%-
HSV(B)352.26º24.41%99.61%-
XYZ70.1562.9463.1-
YUV211.45121.54158.35-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.21
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25419220000.240.210.00352.2696.8887.45
HexFEC0C80181501606157
Octal376300310030250540141127
Binary11111110110000001100100001100010101010110000011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC0C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC0C8; }

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

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

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

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

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

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

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

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