#FED7F6

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

Shades of Snuff #FED7F6

Tints of Snuff #FED7F6

Color information

#FED7F6 (or 0xFED7F6) is unknown color: approx Snuff. HEX triplet: FE, D7 and F6. RGB value is (254,215,246). Sum of RGB (Red+Green+Blue) = 254+215+246=715 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.52% from 715); Green value is 215 (84.38% from 255 or 30.07% from 715); Blue value is 246 (96.48% from 255 or 34.41% from 715); Max value from RGB is 254 - color contains mainly: red. Hex color #FED7F6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FED7F6 is #012809. Grayscale: #E6E6E6. Windows color (decimal): -75786 or 16177150. OLE color: 16177150.

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

Color convert

RGB254215246-
CMYK00.150.030.00
HSL312.31º95.12%91.96%-
HSV(B)312.31º15.35%99.61%-
XYZ81.8176.3397.61-
YUV230.2136.92144.98-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.52%
GREEN value IS 215 (84.38% from 255) = 30.07%
BLUE value IS 246 (96.48% from 255) = 34.41%
R=35.52%
G=30.07%
B=34.41%

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
Decimal25421524600.150.030.00312.3195.1291.96
HexFED7F60F301385f5c
Octal37632736601730470137134
Binary1111111011010111111101100111111010011100010111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED7F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED7F6; }

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

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

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

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

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

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

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

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