#FEC5CA

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

Shades of Pink #FEC5CA

Tints of Pink #FEC5CA

Color information

#FEC5CA (or 0xFEC5CA) is unknown color: approx Pink. HEX triplet: FE, C5 and CA. RGB value is (254,197,202). Sum of RGB (Red+Green+Blue) = 254+197+202=653 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.90% from 653); Green value is 197 (77.34% from 255 or 30.17% from 653); Blue value is 202 (79.30% from 255 or 30.93% from 653); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC5CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC5CA is #013A35. Grayscale: #D6D6D6. Windows color (decimal): -80438 or 13288958. OLE color: 13288958.

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

Color convert

RGB254197202-
CMYK00.220.200.00
HSL354.74º96.61%88.43%-
HSV(B)354.74º22.44%99.61%-
XYZ71.565.2764.71-
YUV214.61120.88156.09-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.90%
GREEN value IS 197 (77.34% from 255) = 30.17%
BLUE value IS 202 (79.30% from 255) = 30.93%
R=38.90%
G=30.17%
B=30.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.20
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25419720200.220.200.00354.7496.6188.43
HexFEC5CA0161401636158
Octal376305312026240543141130
Binary11111110110001011100101001011010100010110001111000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC5CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC5CA; }

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

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

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

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

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

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

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

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