#FED7F5

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

Shades of Snuff #FED7F5

Tints of Snuff #FED7F5

Color information

#FED7F5 (or 0xFED7F5) is unknown color: approx Snuff. HEX triplet: FE, D7 and F5. RGB value is (254,215,245). Sum of RGB (Red+Green+Blue) = 254+215+245=714 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.57% from 714); Green value is 215 (84.38% from 255 or 30.11% from 714); Blue value is 245 (96.09% from 255 or 34.31% from 714); Max value from RGB is 254 - color contains mainly: red. Hex color #FED7F5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FED7F5 is #01280A. Grayscale: #E6E6E6. Windows color (decimal): -75787 or 16111614. OLE color: 16111614.

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

Color convert

RGB254215245-
CMYK00.150.040.00
HSL313.85º95.12%91.96%-
HSV(B)313.85º15.35%99.61%-
XYZ81.6576.2696.8-
YUV230.08136.42145.06-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.57%
GREEN value IS 215 (84.38% from 255) = 30.11%
BLUE value IS 245 (96.09% from 255) = 34.31%
R=35.57%
G=30.11%
B=34.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.04
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421524500.150.040.00313.8595.1291.96
HexFED7F50F4013a5f5c
Octal37632736501740472137134
Binary11111110110101111111010101111100010011101010111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED7F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED7F5; }

 p { color: rgb(254,215,245); }

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

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

 a { background-color: rgb(254,215,245); }

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

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

 span { border-color: rgb(254,215,245); }

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