#F1F1C6

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

Shades of Spring Sun #F1F1C6

Tints of Spring Sun #F1F1C6

Color information

#F1F1C6 (or 0xF1F1C6) is unknown color: approx Spring Sun. HEX triplet: F1, F1 and C6. RGB value is (241,241,198). Sum of RGB (Red+Green+Blue) = 241+241+198=680 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.44% from 680); Green value is 241 (94.53% from 255 or 35.44% from 680); Blue value is 198 (77.73% from 255 or 29.12% from 680); Max value from RGB is 241 - color contains mainly: red, green. Hex color #F1F1C6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1F1C6 is #0E0E39. Grayscale: #ECECEC. Windows color (decimal): -921146 or 13038065. OLE color: 13038065.

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

Color convert

RGB241241198-
CMYK000.180.05
HSL60º60.56%86.08%-
HSV(B)60º17.84%94.51%-
XYZ77.9285.6965.86-
YUV236.1106.5131.5-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.44%
GREEN value IS 241 (94.53% from 255) = 35.44%
BLUE value IS 198 (77.73% from 255) = 29.12%
R=35.44%
G=35.44%
B=29.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241241198000.180.056060.5686.08
HexF1F1C6001253c3d56
Octal361361306002257475126
Binary11110001111100011100011000100101011111001111011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1F1C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1F1C6; }

 p { color: rgb(241,241,198); }

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

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

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

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

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

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

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