Shades of Spring Sun #F1F2C3
Tints of Spring Sun #F1F2C3
RGB
CMYK
RGB Variations
Color information
#F1F2C3 (or 0xF1F2C3) is known color: Spring Sun. HEX triplet: F1, F2 and C3. RGB value is (241,242,195). Sum of RGB (Red+Green+Blue) = 241+242+195=678 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.55% from 678); Green value is 242 (94.92% from 255 or 35.69% from 678); Blue value is 195 (76.56% from 255 or 28.76% from 678); Max value from RGB is 242 - color contains mainly: green. Hex color #F1F2C3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1F2C3 is #0E0D3C. Grayscale: #ECECEC. Windows color (decimal): -920893 or 12841713. OLE color: 12841713.
HSL color Cylindrical-coordinate representation of color #F1F2C3: hue angle of 61.28º degrees, saturation: 0.64, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F1F2C3 is Cyan = 0.00, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 242 | 195 | - |
| CMYK | 0.00 | 0 | 0.19 | 0.05 |
| HSL | 61.28º | 0.64% | 0.86% | - |
| HSV(B) | 61.28º | 0.19% | 0.95% | - |
| XYZ | 77.88 | 86.15 | 64.15 | - |
| YUV | 236.34 | 104.67 | 131.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 242 | 195 | 0.00 | 0 | 0.19 | 0.05 | 61.28 | 0.64 | 0.86 |
| Hex | F1 | F2 | C3 | 0 | 0 | 13 | 5 | 3D | 40 | 56 |
| Octal | 361 | 362 | 303 | 0 | 0 | 23 | 5 | 75 | 100 | 126 |
| Binary | 11110001 | 11110010 | 11000011 | 0 | 0 | 10011 | 101 | 111101 | 1000000 | 1010110 |
Color Harmonies of #F1F2C3
Complementary color
Monochromatic Colors of #F1F2C3
Black with #F1F2C3
Text Example
Text Example
White with #F1F2C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1F2C3; }
p { color: rgb(241,242,195); }
H1.HeaderClassName
{
color: #F1F2C3;
}
.AnyTagClassName
{
color: #F1F2C3;
}
</style>
background-color css
<style>
a { background-color: #F1F2C3; }
a { background-color: rgb(241,242,195); }
div.DivClassName
{
background-color: #F1F2C3;
}
.BgClassName
{
background-color: #F1F2C3;
}
</style>
border-color css
<style>
span { border-color: #F1F2C3; }
span { border-color: rgb(241,242,195); }
td.TdClassName
{
border-color: #F1F2C3;
}
.TagClassName
{
border-color: #F1F2C3;
}
</style>