#F1F0C7

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

Shades of Spring Sun #F1F0C7

Tints of Spring Sun #F1F0C7

Color information

#F1F0C7 (or 0xF1F0C7) is unknown color: approx Spring Sun. HEX triplet: F1, F0 and C7. RGB value is (241,240,199). Sum of RGB (Red+Green+Blue) = 241+240+199=680 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.44% from 680); Green value is 240 (94.14% from 255 or 35.29% from 680); Blue value is 199 (78.12% from 255 or 29.26% from 680); Max value from RGB is 241 - color contains mainly: red. Hex color #F1F0C7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1F0C7 is #0E0F38. Grayscale: #EBEBEB. Windows color (decimal): -921401 or 13103345. OLE color: 13103345.

HSL color Cylindrical-coordinate representation of color #F1F0C7: hue angle of 58.57º degrees, saturation: 0.6, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F1F0C7 is Cyan = 0, Magento = 0.00, Yellow = 0.17 and Black (K on CMYK) = 0.05.

Color convert

RGB241240199-
CMYK00.000.170.05
HSL58.57º60%86.27%-
HSV(B)58.57º17.43%94.51%-
XYZ77.7485.1466.37-
YUV235.62107.33131.83-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.44%
GREEN value IS 240 (94.14% from 255) = 35.29%
BLUE value IS 199 (78.12% from 255) = 29.26%
R=35.44%
G=35.29%
B=29.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.17
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24124019900.000.170.0558.576086.27
HexF1F0C7001153b3c56
Octal361360307002157374126
Binary11110001111100001100011100100011011110111111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1F0C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1F0C7; }

 p { color: rgb(241,240,199); }

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

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

 a { background-color: rgb(241,240,199); }

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

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

 span { border-color: rgb(241,240,199); }

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