#FEC3CF

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

Shades of Pink #FEC3CF

Tints of Pink #FEC3CF

Color information

#FEC3CF (or 0xFEC3CF) is unknown color: approx Pink. HEX triplet: FE, C3 and CF. RGB value is (254,195,207). Sum of RGB (Red+Green+Blue) = 254+195+207=656 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.72% from 656); Green value is 195 (76.56% from 255 or 29.73% from 656); Blue value is 207 (81.25% from 255 or 31.55% from 656); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC3CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC3CF is #013C30. Grayscale: #D6D6D6. Windows color (decimal): -80945 or 13616126. OLE color: 13616126.

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

Color convert

RGB254195207-
CMYK00.230.190.00
HSL347.8º96.72%88.04%-
HSV(B)347.8º23.23%99.61%-
XYZ71.6564.6167.73-
YUV214.01124.05156.52-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.72%
GREEN value IS 195 (76.56% from 255) = 29.73%
BLUE value IS 207 (81.25% from 255) = 31.55%
R=38.72%
G=29.73%
B=31.55%

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
Decimal25419520700.230.190.00347.896.7288.04
HexFEC3CF01713015c6158
Octal376303317027230534141130
Binary11111110110000111100111101011110011010101110011000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC3CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC3CF; }

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

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

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

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

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

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

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

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