#FEC6F4

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

Shades of Snuff #FEC6F4

Tints of Snuff #FEC6F4

Color information

#FEC6F4 (or 0xFEC6F4) is unknown color: approx Snuff. HEX triplet: FE, C6 and F4. RGB value is (254,198,244). Sum of RGB (Red+Green+Blue) = 254+198+244=696 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.49% from 696); Green value is 198 (77.73% from 255 or 28.45% from 696); Blue value is 244 (95.70% from 255 or 35.06% from 696); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC6F4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC6F4 is #01390B. Grayscale: #DBDBDB. Windows color (decimal): -80140 or 16041726. OLE color: 16041726.

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

Color convert

RGB254198244-
CMYK00.220.040.00
HSL310.71º96.55%88.63%-
HSV(B)310.71º22.05%99.61%-
XYZ77.467.9994.63-
YUV219.99141.55152.26-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.49%
GREEN value IS 198 (77.73% from 255) = 28.45%
BLUE value IS 244 (95.70% from 255) = 35.06%
R=36.49%
G=28.45%
B=35.06%

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
Decimal25419824400.220.040.00310.7196.5588.63
HexFEC6F4016401376159
Octal37630636402640467141131
Binary111111101100011011110100010110100010011011111000011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC6F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC6F4; }

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

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

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

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

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

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

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

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