#FEC7F4

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

Shades of Snuff #FEC7F4

Tints of Snuff #FEC7F4

Color information

#FEC7F4 (or 0xFEC7F4) is unknown color: approx Snuff. HEX triplet: FE, C7 and F4. RGB value is (254,199,244). Sum of RGB (Red+Green+Blue) = 254+199+244=697 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.44% from 697); Green value is 199 (78.12% from 255 or 28.55% from 697); Blue value is 244 (95.70% from 255 or 35.01% from 697); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC7F4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC7F4 is #01380B. Grayscale: #DCDCDC. Windows color (decimal): -79884 or 16041982. OLE color: 16041982.

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

Color convert

RGB254199244-
CMYK00.220.040.00
HSL310.91º96.49%88.82%-
HSV(B)310.91º21.65%99.61%-
XYZ77.6368.4594.71-
YUV220.58141.22151.84-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.44%
GREEN value IS 199 (78.12% from 255) = 28.55%
BLUE value IS 244 (95.70% from 255) = 35.01%
R=36.44%
G=28.55%
B=35.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.04
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25419924400.220.040.00310.9196.4988.82
HexFEC7F4016401376059
Octal37630736402640467140131
Binary111111101100011111110100010110100010011011111000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC7F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC7F4; }

 p { color: rgb(254,199,244); }

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

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

 a { background-color: rgb(254,199,244); }

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

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

 span { border-color: rgb(254,199,244); }

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