Shades of Cumulus #F8FCBF
Tints of Cumulus #F8FCBF
RGB
CMYK
RGB Variations
Color information
#F8FCBF (or 0xF8FCBF) is known color: Cumulus. HEX triplet: F8, FC and BF. RGB value is (248,252,191). Sum of RGB (Red+Green+Blue) = 248+252+191=691 (91% of max value = 765). Red value is 248 (97.27% from 255 or 35.89% from 691); Green value is 252 (98.83% from 255 or 36.47% from 691); Blue value is 191 (75% from 255 or 27.64% from 691); Max value from RGB is 252 - color contains mainly: green. Hex color #F8FCBF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8FCBF is #070340. Grayscale: #F4F4F4. Windows color (decimal): -459585 or 12582136. OLE color: 12582136.
HSL color Cylindrical-coordinate representation of color #F8FCBF: hue angle of 63.93º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F8FCBF is Cyan = 0.02, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 248 | 252 | 191 | - |
| CMYK | 0.02 | 0 | 0.24 | 0.01 |
| HSL | 63.93º | 0.91% | 0.87% | - |
| HSV(B) | 63.93º | 0.24% | 0.99% | - |
| XYZ | 82.93 | 93.34 | 62.94 | - |
| YUV | 243.85 | 98.17 | 130.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 252 | 191 | 0.02 | 0 | 0.24 | 0.01 | 63.93 | 0.91 | 0.87 |
| Hex | F8 | FC | BF | 2 | 0 | 18 | 1 | 40 | 5B | 57 |
| Octal | 370 | 374 | 277 | 2 | 0 | 30 | 1 | 100 | 133 | 127 |
| Binary | 11111000 | 11111100 | 10111111 | 10 | 0 | 11000 | 1 | 1000000 | 1011011 | 1010111 |
Color Harmonies of #F8FCBF
Complementary color
Monochromatic Colors of #F8FCBF
Black with #F8FCBF
Text Example
Text Example
White with #F8FCBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8FCBF; }
p { color: rgb(248,252,191); }
H1.HeaderClassName
{
color: #F8FCBF;
}
.AnyTagClassName
{
color: #F8FCBF;
}
</style>
background-color css
<style>
a { background-color: #F8FCBF; }
a { background-color: rgb(248,252,191); }
div.DivClassName
{
background-color: #F8FCBF;
}
.BgClassName
{
background-color: #F8FCBF;
}
</style>
border-color css
<style>
span { border-color: #F8FCBF; }
span { border-color: rgb(248,252,191); }
td.TdClassName
{
border-color: #F8FCBF;
}
.TagClassName
{
border-color: #F8FCBF;
}
</style>