Shades of Cumulus #FBFAC1
Tints of Cumulus #FBFAC1
RGB
CMYK
RGB Variations
Color information
#FBFAC1 (or 0xFBFAC1) is known color: Cumulus. HEX triplet: FB, FA and C1. RGB value is (251,250,193). Sum of RGB (Red+Green+Blue) = 251+250+193=694 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.17% from 694); Green value is 250 (98.05% from 255 or 36.02% from 694); Blue value is 193 (75.78% from 255 or 27.81% from 694); Max value from RGB is 251 - color contains mainly: red. Hex color #FBFAC1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBFAC1 is #04053E. Grayscale: #F4F4F4. Windows color (decimal): -263487 or 12712699. OLE color: 12712699.
HSL color Cylindrical-coordinate representation of color #FBFAC1: hue angle of 58.97º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FBFAC1 is Cyan = 0, Magento = 0.00, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 250 | 193 | - |
| CMYK | 0 | 0.00 | 0.23 | 0.02 |
| HSL | 58.97º | 0.88% | 0.87% | - |
| HSV(B) | 58.97º | 0.23% | 0.98% | - |
| XYZ | 83.59 | 92.73 | 63.94 | - |
| YUV | 243.8 | 99.33 | 133.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 250 | 193 | 0 | 0.00 | 0.23 | 0.02 | 58.97 | 0.88 | 0.87 |
| Hex | FB | FA | C1 | 0 | 0 | 17 | 2 | 3B | 58 | 57 |
| Octal | 373 | 372 | 301 | 0 | 0 | 27 | 2 | 73 | 130 | 127 |
| Binary | 11111011 | 11111010 | 11000001 | 0 | 0 | 10111 | 10 | 111011 | 1011000 | 1010111 |
Color Harmonies of #FBFAC1
Complementary color
Monochromatic Colors of #FBFAC1
Black with #FBFAC1
Text Example
Text Example
White with #FBFAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBFAC1; }
p { color: rgb(251,250,193); }
H1.HeaderClassName
{
color: #FBFAC1;
}
.AnyTagClassName
{
color: #FBFAC1;
}
</style>
background-color css
<style>
a { background-color: #FBFAC1; }
a { background-color: rgb(251,250,193); }
div.DivClassName
{
background-color: #FBFAC1;
}
.BgClassName
{
background-color: #FBFAC1;
}
</style>
border-color css
<style>
span { border-color: #FBFAC1; }
span { border-color: rgb(251,250,193); }
td.TdClassName
{
border-color: #FBFAC1;
}
.TagClassName
{
border-color: #FBFAC1;
}
</style>