#FEDEF7

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

Shades of Snuff #FEDEF7

Tints of Snuff #FEDEF7

Color information

#FEDEF7 (or 0xFEDEF7) is unknown color: approx Snuff. HEX triplet: FE, DE and F7. RGB value is (254,222,247). Sum of RGB (Red+Green+Blue) = 254+222+247=723 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.13% from 723); Green value is 222 (87.11% from 255 or 30.71% from 723); Blue value is 247 (96.88% from 255 or 34.16% from 723); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDEF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEDEF7 is #012108. Grayscale: #EAEAEA. Windows color (decimal): -73993 or 16244478. OLE color: 16244478.

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

Color convert

RGB254222247-
CMYK00.130.030.00
HSL313.12º94.12%93.33%-
HSV(B)313.12º12.6%99.61%-
XYZ83.7880.0399.03-
YUV234.42135.1141.97-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.13%
GREEN value IS 222 (87.11% from 255) = 30.71%
BLUE value IS 247 (96.88% from 255) = 34.16%
R=35.13%
G=30.71%
B=34.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.03
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422224700.130.030.00313.1294.1293.33
HexFEDEF70D301395e5d
Octal37633636701530471136135
Binary1111111011011110111101110110111010011100110111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDEF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDEF7; }

 p { color: rgb(254,222,247); }

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

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

 a { background-color: rgb(254,222,247); }

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

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

 span { border-color: rgb(254,222,247); }

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