#FEC1CA

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

Shades of Pink #FEC1CA

Tints of Pink #FEC1CA

Color information

#FEC1CA (or 0xFEC1CA) is unknown color: approx Pink. HEX triplet: FE, C1 and CA. RGB value is (254,193,202). Sum of RGB (Red+Green+Blue) = 254+193+202=649 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.14% from 649); Green value is 193 (75.78% from 255 or 29.74% from 649); Blue value is 202 (79.30% from 255 or 31.12% from 649); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC1CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC1CA is #013E35. Grayscale: #D4D4D4. Windows color (decimal): -81462 or 13287934. OLE color: 13287934.

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

Color convert

RGB254193202-
CMYK00.240.200.00
HSL351.15º96.83%87.65%-
HSV(B)351.15º24.02%99.61%-
XYZ70.663.4864.41-
YUV212.26122.21157.77-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.14%
GREEN value IS 193 (75.78% from 255) = 29.74%
BLUE value IS 202 (79.30% from 255) = 31.12%
R=39.14%
G=29.74%
B=31.12%

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
Decimal25419320200.240.200.00351.1596.8387.65
HexFEC1CA01814015f6158
Octal376301312030240537141130
Binary11111110110000011100101001100010100010101111111000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC1CA; }

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

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

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

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

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

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

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

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