#FEC3CB

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

Shades of Pink #FEC3CB

Tints of Pink #FEC3CB

Color information

#FEC3CB (or 0xFEC3CB) is unknown color: approx Pink. HEX triplet: FE, C3 and CB. RGB value is (254,195,203). Sum of RGB (Red+Green+Blue) = 254+195+203=652 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.96% from 652); Green value is 195 (76.56% from 255 or 29.91% from 652); Blue value is 203 (79.69% from 255 or 31.13% from 652); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC3CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC3CB is #013C34. Grayscale: #D5D5D5. Windows color (decimal): -80949 or 13353982. OLE color: 13353982.

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

Color convert

RGB254195203-
CMYK00.230.200.00
HSL351.86º96.72%88.04%-
HSV(B)351.86º23.23%99.61%-
XYZ71.1764.4165.18-
YUV213.55122.05156.85-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.96%
GREEN value IS 195 (76.56% from 255) = 29.91%
BLUE value IS 203 (79.69% from 255) = 31.13%
R=38.96%
G=29.91%
B=31.13%

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
Decimal25419520300.230.200.00351.8696.7288.04
HexFEC3CB0171401606158
Octal376303313027240540141130
Binary11111110110000111100101101011110100010110000011000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC3CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC3CB; }

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

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

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

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

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

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

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

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