#FEC8F4

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

Shades of Snuff #FEC8F4

Tints of Snuff #FEC8F4

Color information

#FEC8F4 (or 0xFEC8F4) is unknown color: approx Snuff. HEX triplet: FE, C8 and F4. RGB value is (254,200,244). Sum of RGB (Red+Green+Blue) = 254+200+244=698 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.39% from 698); Green value is 200 (78.52% from 255 or 28.65% from 698); Blue value is 244 (95.70% from 255 or 34.96% from 698); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC8F4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC8F4 is #01370B. Grayscale: #DDDDDD. Windows color (decimal): -79628 or 16042238. OLE color: 16042238.

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

Color convert

RGB254200244-
CMYK00.210.040.00
HSL311.11º96.43%89.02%-
HSV(B)311.11º21.26%99.61%-
XYZ77.8668.9194.79-
YUV221.16140.89151.42-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.39%
GREEN value IS 200 (78.52% from 255) = 28.65%
BLUE value IS 244 (95.70% from 255) = 34.96%
R=36.39%
G=28.65%
B=34.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.04
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420024400.210.040.00311.1196.4389.02
HexFEC8F4015401376059
Octal37631036402540467140131
Binary111111101100100011110100010101100010011011111000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC8F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC8F4; }

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

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

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

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

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

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

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

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