#FED7F7

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

Shades of Snuff #FED7F7

Tints of Snuff #FED7F7

Color information

#FED7F7 (or 0xFED7F7) is unknown color: approx Snuff. HEX triplet: FE, D7 and F7. RGB value is (254,215,247). Sum of RGB (Red+Green+Blue) = 254+215+247=716 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.47% from 716); Green value is 215 (84.38% from 255 or 30.03% from 716); Blue value is 247 (96.88% from 255 or 34.50% from 716); Max value from RGB is 254 - color contains mainly: red. Hex color #FED7F7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FED7F7 is #012808. Grayscale: #E6E6E6. Windows color (decimal): -75785 or 16242686. OLE color: 16242686.

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

Color convert

RGB254215247-
CMYK00.150.030.00
HSL310.77º95.12%91.96%-
HSV(B)310.77º15.35%99.61%-
XYZ81.9676.3998.42-
YUV230.31137.42144.9-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.47%
GREEN value IS 215 (84.38% from 255) = 30.03%
BLUE value IS 247 (96.88% from 255) = 34.50%
R=35.47%
G=30.03%
B=34.50%

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
Decimal25421524700.150.030.00310.7795.1291.96
HexFED7F70F301375f5c
Octal37632736701730467137134
Binary1111111011010111111101110111111010011011110111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED7F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED7F7; }

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

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

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

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

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

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

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

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