#FEC8CF

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

Shades of Pink #FEC8CF

Tints of Pink #FEC8CF

Color information

#FEC8CF (or 0xFEC8CF) is unknown color: approx Pink. HEX triplet: FE, C8 and CF. RGB value is (254,200,207). Sum of RGB (Red+Green+Blue) = 254+200+207=661 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.43% from 661); Green value is 200 (78.52% from 255 or 30.26% from 661); Blue value is 207 (81.25% from 255 or 31.32% from 661); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC8CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC8CF is #013730. Grayscale: #D8D8D8. Windows color (decimal): -79665 or 13617406. OLE color: 13617406.

HSL color Cylindrical-coordinate representation of color #FEC8CF: hue angle of 352.22º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FEC8CF is Cyan = 0, Magento = 0.21, Yellow = 0.19 and Black (K on CMYK) = 0.00.

Color convert

RGB254200207-
CMYK00.210.190.00
HSL352.22º96.43%89.02%-
HSV(B)352.22º21.26%99.61%-
XYZ72.7966.8868.11-
YUV216.94122.39154.43-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.43%
GREEN value IS 200 (78.52% from 255) = 30.26%
BLUE value IS 207 (81.25% from 255) = 31.32%
R=38.43%
G=30.26%
B=31.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.19
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420020700.210.190.00352.2296.4389.02
HexFEC8CF0151301606059
Octal376310317025230540140131
Binary11111110110010001100111101010110011010110000011000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC8CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC8CF; }

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

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

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

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

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

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

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

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