#FED9F6

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

Shades of Snuff #FED9F6

Tints of Snuff #FED9F6

Color information

#FED9F6 (or 0xFED9F6) is unknown color: approx Snuff. HEX triplet: FE, D9 and F6. RGB value is (254,217,246). Sum of RGB (Red+Green+Blue) = 254+217+246=717 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.43% from 717); Green value is 217 (85.16% from 255 or 30.26% from 717); Blue value is 246 (96.48% from 255 or 34.31% from 717); Max value from RGB is 254 - color contains mainly: red. Hex color #FED9F6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FED9F6 is #012609. Grayscale: #E7E7E7. Windows color (decimal): -75274 or 16177662. OLE color: 16177662.

HSL color Cylindrical-coordinate representation of color #FED9F6: hue angle of 312.97º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FED9F6 is Cyan = 0, Magento = 0.15, Yellow = 0.03 and Black (K on CMYK) = 0.00.

Color convert

RGB254217246-
CMYK00.150.030.00
HSL312.97º94.87%92.35%-
HSV(B)312.97º14.57%99.61%-
XYZ82.3277.3597.78-
YUV231.37136.26144.14-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.43%
GREEN value IS 217 (85.16% from 255) = 30.26%
BLUE value IS 246 (96.48% from 255) = 34.31%
R=35.43%
G=30.26%
B=34.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.03
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421724600.150.030.00312.9794.8792.35
HexFED9F60F301395f5c
Octal37633136601730471137134
Binary1111111011011001111101100111111010011100110111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED9F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED9F6; }

 p { color: rgb(254,217,246); }

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

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

 a { background-color: rgb(254,217,246); }

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

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

 span { border-color: rgb(254,217,246); }

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