#FEC0CC

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

Shades of Pink #FEC0CC

Tints of Pink #FEC0CC

Color information

#FEC0CC (or 0xFEC0CC) is unknown color: approx Pink. HEX triplet: FE, C0 and CC. RGB value is (254,192,204). Sum of RGB (Red+Green+Blue) = 254+192+204=650 (86% of max value = 765). Red value is 254 (99.61% from 255 or 39.08% from 650); Green value is 192 (75.39% from 255 or 29.54% from 650); Blue value is 204 (80.08% from 255 or 31.38% from 650); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC0CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC0CC is #013F33. Grayscale: #D3D3D3. Windows color (decimal): -81716 or 13418750. OLE color: 13418750.

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

Color convert

RGB254192204-
CMYK00.240.200.00
HSL348.39º96.88%87.45%-
HSV(B)348.39º24.41%99.61%-
XYZ70.6263.1365.59-
YUV211.91123.54158.02-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.08%
GREEN value IS 192 (75.39% from 255) = 29.54%
BLUE value IS 204 (80.08% from 255) = 31.38%
R=39.08%
G=29.54%
B=31.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.20
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25419220400.240.200.00348.3996.8887.45
HexFEC0CC01814015c6157
Octal376300314030240534141127
Binary11111110110000001100110001100010100010101110011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC0CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC0CC; }

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

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

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

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

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

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

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

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