#FEC2CA

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

Shades of Pink #FEC2CA

Tints of Pink #FEC2CA

Color information

#FEC2CA (or 0xFEC2CA) is unknown color: approx Pink. HEX triplet: FE, C2 and CA. RGB value is (254,194,202). Sum of RGB (Red+Green+Blue) = 254+194+202=650 (86% of max value = 765). Red value is 254 (99.61% from 255 or 39.08% from 650); Green value is 194 (76.17% from 255 or 29.85% from 650); Blue value is 202 (79.30% from 255 or 31.08% from 650); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC2CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC2CA is #013D35. Grayscale: #D4D4D4. Windows color (decimal): -81206 or 13288190. OLE color: 13288190.

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

Color convert

RGB254194202-
CMYK00.240.200.00
HSL352º96.77%87.84%-
HSV(B)352º23.62%99.61%-
XYZ70.8363.9264.48-
YUV212.85121.88157.35-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.08%
GREEN value IS 194 (76.17% from 255) = 29.85%
BLUE value IS 202 (79.30% from 255) = 31.08%
R=39.08%
G=29.85%
B=31.08%

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
Decimal25419420200.240.200.0035296.7787.84
HexFEC2CA0181401606158
Octal376302312030240540141130
Binary11111110110000101100101001100010100010110000011000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC2CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC2CA; }

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

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

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

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

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

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

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

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