#FEC1CC

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

Shades of Pink #FEC1CC

Tints of Pink #FEC1CC

Color information

#FEC1CC (or 0xFEC1CC) is unknown color: approx Pink. HEX triplet: FE, C1 and CC. RGB value is (254,193,204). Sum of RGB (Red+Green+Blue) = 254+193+204=651 (86% of max value = 765). Red value is 254 (99.61% from 255 or 39.02% from 651); Green value is 193 (75.78% from 255 or 29.65% from 651); Blue value is 204 (80.08% from 255 or 31.34% from 651); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC1CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC1CC is #013E33. Grayscale: #D4D4D4. Windows color (decimal): -81460 or 13419006. OLE color: 13419006.

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

Color convert

RGB254193204-
CMYK00.240.200.00
HSL349.18º96.83%87.65%-
HSV(B)349.18º24.02%99.61%-
XYZ70.8463.5765.66-
YUV212.49123.21157.61-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.02%
GREEN value IS 193 (75.78% from 255) = 29.65%
BLUE value IS 204 (80.08% from 255) = 31.34%
R=39.02%
G=29.65%
B=31.34%

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
Decimal25419320400.240.200.00349.1896.8387.65
HexFEC1CC01814015d6158
Octal376301314030240535141130
Binary11111110110000011100110001100010100010101110111000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC1CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC1CC; }

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

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

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

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

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

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

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

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