#FEC2CB

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

Shades of Pink #FEC2CB

Tints of Pink #FEC2CB

Color information

#FEC2CB (or 0xFEC2CB) is unknown color: approx Pink. HEX triplet: FE, C2 and CB. RGB value is (254,194,203). Sum of RGB (Red+Green+Blue) = 254+194+203=651 (86% of max value = 765). Red value is 254 (99.61% from 255 or 39.02% from 651); Green value is 194 (76.17% from 255 or 29.80% from 651); Blue value is 203 (79.69% from 255 or 31.18% from 651); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC2CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC2CB is #013D34. Grayscale: #D4D4D4. Windows color (decimal): -81205 or 13353726. OLE color: 13353726.

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

Color convert

RGB254194203-
CMYK00.240.200.00
HSL351º96.77%87.84%-
HSV(B)351º23.62%99.61%-
XYZ70.9463.9765.11-
YUV212.97122.38157.27-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.02%
GREEN value IS 194 (76.17% from 255) = 29.80%
BLUE value IS 203 (79.69% from 255) = 31.18%
R=39.02%
G=29.80%
B=31.18%

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
Decimal25419420300.240.200.0035196.7787.84
HexFEC2CB01814015f6158
Octal376302313030240537141130
Binary11111110110000101100101101100010100010101111111000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC2CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC2CB; }

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

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

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

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

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

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

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

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