#FEC1CF

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

Shades of Pink #FEC1CF

Tints of Pink #FEC1CF

Color information

#FEC1CF (or 0xFEC1CF) is unknown color: approx Pink. HEX triplet: FE, C1 and CF. RGB value is (254,193,207). Sum of RGB (Red+Green+Blue) = 254+193+207=654 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.84% from 654); Green value is 193 (75.78% from 255 or 29.51% from 654); Blue value is 207 (81.25% from 255 or 31.65% from 654); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC1CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC1CF is #013E30. Grayscale: #D4D4D4. Windows color (decimal): -81457 or 13615614. OLE color: 13615614.

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

Color convert

RGB254193207-
CMYK00.240.190.00
HSL346.23º96.83%87.65%-
HSV(B)346.23º24.02%99.61%-
XYZ71.2163.7267.58-
YUV212.84124.71157.36-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.84%
GREEN value IS 193 (75.78% from 255) = 29.51%
BLUE value IS 207 (81.25% from 255) = 31.65%
R=38.84%
G=29.51%
B=31.65%

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
Decimal25419320700.240.190.00346.2396.8387.65
HexFEC1CF01813015a6158
Octal376301317030230532141130
Binary11111110110000011100111101100010011010101101011000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC1CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC1CF; }

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

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

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

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

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

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

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

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