#FEC1CD

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

Shades of Pink #FEC1CD

Tints of Pink #FEC1CD

Color information

#FEC1CD (or 0xFEC1CD) is unknown color: approx Pink. HEX triplet: FE, C1 and CD. RGB value is (254,193,205). Sum of RGB (Red+Green+Blue) = 254+193+205=652 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.96% from 652); Green value is 193 (75.78% from 255 or 29.60% from 652); Blue value is 205 (80.47% from 255 or 31.44% from 652); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC1CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC1CD is #013E32. Grayscale: #D4D4D4. Windows color (decimal): -81459 or 13484542. OLE color: 13484542.

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

Color convert

RGB254193205-
CMYK00.240.190.00
HSL348.2º96.83%87.65%-
HSV(B)348.2º24.02%99.61%-
XYZ70.9663.6266.3-
YUV212.61123.71157.52-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.96%
GREEN value IS 193 (75.78% from 255) = 29.60%
BLUE value IS 205 (80.47% from 255) = 31.44%
R=38.96%
G=29.60%
B=31.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.19
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25419320500.240.190.00348.296.8387.65
HexFEC1CD01813015c6158
Octal376301315030230534141130
Binary11111110110000011100110101100010011010101110011000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC1CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC1CD; }

 p { color: rgb(254,193,205); }

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

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

 a { background-color: rgb(254,193,205); }

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

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

 span { border-color: rgb(254,193,205); }

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