#FEC3CA

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

Shades of Pink #FEC3CA

Tints of Pink #FEC3CA

Color information

#FEC3CA (or 0xFEC3CA) is unknown color: approx Pink. HEX triplet: FE, C3 and CA. RGB value is (254,195,202). Sum of RGB (Red+Green+Blue) = 254+195+202=651 (86% of max value = 765). Red value is 254 (99.61% from 255 or 39.02% from 651); Green value is 195 (76.56% from 255 or 29.95% from 651); Blue value is 202 (79.30% from 255 or 31.03% from 651); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC3CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC3CA is #013C35. Grayscale: #D5D5D5. Windows color (decimal): -80950 or 13288446. OLE color: 13288446.

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

Color convert

RGB254195202-
CMYK00.230.200.00
HSL352.88º96.72%88.04%-
HSV(B)352.88º23.23%99.61%-
XYZ71.0564.3764.56-
YUV213.44121.55156.93-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.02%
GREEN value IS 195 (76.56% from 255) = 29.95%
BLUE value IS 202 (79.30% from 255) = 31.03%
R=39.02%
G=29.95%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.20
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25419520200.230.200.00352.8896.7288.04
HexFEC3CA0171401616158
Octal376303312027240541141130
Binary11111110110000111100101001011110100010110000111000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC3CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC3CA; }

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

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

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

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

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

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

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

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