#FEC4CF

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

Shades of Pink #FEC4CF

Tints of Pink #FEC4CF

Color information

#FEC4CF (or 0xFEC4CF) is unknown color: approx Pink. HEX triplet: FE, C4 and CF. RGB value is (254,196,207). Sum of RGB (Red+Green+Blue) = 254+196+207=657 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.66% from 657); Green value is 196 (76.95% from 255 or 29.83% from 657); Blue value is 207 (81.25% from 255 or 31.51% from 657); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC4CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC4CF is #013B30. Grayscale: #D6D6D6. Windows color (decimal): -80689 or 13616382. OLE color: 13616382.

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

Color convert

RGB254196207-
CMYK00.230.190.00
HSL348.62º96.67%88.24%-
HSV(B)348.62º22.83%99.61%-
XYZ71.8865.0667.8-
YUV214.6123.72156.11-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.66%
GREEN value IS 196 (76.95% from 255) = 29.83%
BLUE value IS 207 (81.25% from 255) = 31.51%
R=38.66%
G=29.83%
B=31.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.19
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25419620700.230.190.00348.6296.6788.24
HexFEC4CF01713015d6158
Octal376304317027230535141130
Binary11111110110001001100111101011110011010101110111000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC4CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC4CF; }

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

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

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

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

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

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

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

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