#F7F1ED

Color #F7F1ED Hint Of Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hint Of Red #F7F1ED

Tints of Hint Of Red #F7F1ED

Color information

#F7F1ED (or 0xF7F1ED) is unknown color: approx Hint Of Red. HEX triplet: F7, F1 and ED. RGB value is (247,241,237). Sum of RGB (Red+Green+Blue) = 247+241+237=725 (96% of max value = 765). Red value is 247 (96.88% from 255 or 34.07% from 725); Green value is 241 (94.53% from 255 or 33.24% from 725); Blue value is 237 (92.97% from 255 or 32.69% from 725); Max value from RGB is 247 - color contains mainly: red. Hex color #F7F1ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F7F1ED is #080E12. Grayscale: #F2F2F2. Windows color (decimal): -527891 or 15593975. OLE color: 15593975.

HSL color Cylindrical-coordinate representation of color #F7F1ED: hue angle of 24º degrees, saturation: 0.38, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #F7F1ED is Cyan = 0, Magento = 0.02, Yellow = 0.04 and Black (K on CMYK) = 0.03.

Color convert

RGB247241237-
CMYK00.020.040.03
HSL24º38.46%94.9%-
HSV(B)24º4.05%96.86%-
XYZ85.188.892.78-
YUV242.34124.99131.33-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 34.07%
GREEN value IS 241 (94.53% from 255) = 33.24%
BLUE value IS 237 (92.97% from 255) = 32.69%
R=34.07%
G=33.24%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.04
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24724123700.020.040.032438.4694.9
HexF7F1ED024318265f
Octal36736135502433046137
Binary11110111111100011110110101010011110001001101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7F1ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7F1ED; }

 p { color: rgb(247,241,237); }

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

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

 a { background-color: rgb(247,241,237); }

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

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

 span { border-color: rgb(247,241,237); }

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