Shades of Cumulus #FCFABC
Tints of Cumulus #FCFABC
RGB
CMYK
RGB Variations
Color information
#FCFABC (or 0xFCFABC) is known color: Cumulus. HEX triplet: FC, FA and BC. RGB value is (252,250,188). Sum of RGB (Red+Green+Blue) = 252+250+188=690 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.52% from 690); Green value is 250 (98.05% from 255 or 36.23% from 690); Blue value is 188 (73.83% from 255 or 27.25% from 690); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFABC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFABC is #030543. Grayscale: #F3F3F3. Windows color (decimal): -197956 or 12385020. OLE color: 12385020.
HSL color Cylindrical-coordinate representation of color #FCFABC: hue angle of 58.12º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FCFABC is Cyan = 0, Magento = 0.01, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 250 | 188 | - |
| CMYK | 0 | 0.01 | 0.25 | 0.01 |
| HSL | 58.13º | 0.91% | 0.86% | - |
| HSV(B) | 58.13º | 0.25% | 0.99% | - |
| XYZ | 83.41 | 92.7 | 61.07 | - |
| YUV | 243.53 | 96.66 | 134.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 250 | 188 | 0 | 0.01 | 0.25 | 0.01 | 58.13 | 0.91 | 0.86 |
| Hex | FC | FA | BC | 0 | 1 | 19 | 1 | 3A | 5B | 56 |
| Octal | 374 | 372 | 274 | 0 | 1 | 31 | 1 | 72 | 133 | 126 |
| Binary | 11111100 | 11111010 | 10111100 | 0 | 1 | 11001 | 1 | 111010 | 1011011 | 1010110 |
Color Harmonies of #FCFABC
Complementary color
Monochromatic Colors of #FCFABC
Black with #FCFABC
Text Example
Text Example
White with #FCFABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFABC; }
p { color: rgb(252,250,188); }
H1.HeaderClassName
{
color: #FCFABC;
}
.AnyTagClassName
{
color: #FCFABC;
}
</style>
background-color css
<style>
a { background-color: #FCFABC; }
a { background-color: rgb(252,250,188); }
div.DivClassName
{
background-color: #FCFABC;
}
.BgClassName
{
background-color: #FCFABC;
}
</style>
border-color css
<style>
span { border-color: #FCFABC; }
span { border-color: rgb(252,250,188); }
td.TdClassName
{
border-color: #FCFABC;
}
.TagClassName
{
border-color: #FCFABC;
}
</style>