Shades of Cumulus #FCFABD
Tints of Cumulus #FCFABD
RGB
CMYK
RGB Variations
Color information
#FCFABD (or 0xFCFABD) is known color: Cumulus. HEX triplet: FC, FA and BD. RGB value is (252,250,189). Sum of RGB (Red+Green+Blue) = 252+250+189=691 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.47% from 691); Green value is 250 (98.05% from 255 or 36.18% from 691); Blue value is 189 (74.22% from 255 or 27.35% from 691); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFABD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFABD is #030542. Grayscale: #F3F3F3. Windows color (decimal): -197955 or 12450556. OLE color: 12450556.
HSL color Cylindrical-coordinate representation of color #FCFABD: hue angle of 58.1º 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 #FCFABD is Cyan = 0, Magento = 0.01, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 250 | 189 | - |
| CMYK | 0 | 0.01 | 0.25 | 0.01 |
| HSL | 58.1º | 0.91% | 0.86% | - |
| HSV(B) | 58.1º | 0.25% | 0.99% | - |
| XYZ | 83.52 | 92.74 | 61.64 | - |
| YUV | 243.64 | 97.16 | 133.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 250 | 189 | 0 | 0.01 | 0.25 | 0.01 | 58.1 | 0.91 | 0.86 |
| Hex | FC | FA | BD | 0 | 1 | 19 | 1 | 3A | 5B | 56 |
| Octal | 374 | 372 | 275 | 0 | 1 | 31 | 1 | 72 | 133 | 126 |
| Binary | 11111100 | 11111010 | 10111101 | 0 | 1 | 11001 | 1 | 111010 | 1011011 | 1010110 |
Color Harmonies of #FCFABD
Complementary color
Monochromatic Colors of #FCFABD
Black with #FCFABD
Text Example
Text Example
White with #FCFABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFABD; }
p { color: rgb(252,250,189); }
H1.HeaderClassName
{
color: #FCFABD;
}
.AnyTagClassName
{
color: #FCFABD;
}
</style>
background-color css
<style>
a { background-color: #FCFABD; }
a { background-color: rgb(252,250,189); }
div.DivClassName
{
background-color: #FCFABD;
}
.BgClassName
{
background-color: #FCFABD;
}
</style>
border-color css
<style>
span { border-color: #FCFABD; }
span { border-color: rgb(252,250,189); }
td.TdClassName
{
border-color: #FCFABD;
}
.TagClassName
{
border-color: #FCFABD;
}
</style>