#FEC0CB

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

Shades of Pink #FEC0CB

Tints of Pink #FEC0CB

Color information

#FEC0CB (or 0xFEC0CB) is unknown color: approx Pink. HEX triplet: FE, C0 and CB. RGB value is (254,192,203). Sum of RGB (Red+Green+Blue) = 254+192+203=649 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.14% from 649); Green value is 192 (75.39% from 255 or 29.58% from 649); Blue value is 203 (79.69% from 255 or 31.28% from 649); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC0CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC0CB is #013F34. Grayscale: #D3D3D3. Windows color (decimal): -81717 or 13353214. OLE color: 13353214.

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

Color convert

RGB254192203-
CMYK00.240.200.00
HSL349.35º96.88%87.45%-
HSV(B)349.35º24.41%99.61%-
XYZ70.563.0864.96-
YUV211.79123.04158.11-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.14%
GREEN value IS 192 (75.39% from 255) = 29.58%
BLUE value IS 203 (79.69% from 255) = 31.28%
R=39.14%
G=29.58%
B=31.28%

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
Decimal25419220300.240.200.00349.3596.8887.45
HexFEC0CB01814015d6157
Octal376300313030240535141127
Binary11111110110000001100101101100010100010101110111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC0CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC0CB; }

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

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

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

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

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

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

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

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