Shades of Cumulus #FAFDBC
Tints of Cumulus #FAFDBC
RGB
CMYK
RGB Variations
Color information
#FAFDBC (or 0xFAFDBC) is known color: Cumulus. HEX triplet: FA, FD and BC. RGB value is (250,253,188). Sum of RGB (Red+Green+Blue) = 250+253+188=691 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.18% from 691); Green value is 253 (99.22% from 255 or 36.61% from 691); Blue value is 188 (73.83% from 255 or 27.21% from 691); Max value from RGB is 253 - color contains mainly: green. Hex color #FAFDBC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFDBC is #050243. Grayscale: #F4F4F4. Windows color (decimal): -328260 or 12385786. OLE color: 12385786.
HSL color Cylindrical-coordinate representation of color #FAFDBC: hue angle of 62.77º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FAFDBC is Cyan = 0.01, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 250 | 253 | 188 | - |
| CMYK | 0.01 | 0 | 0.26 | 0.01 |
| HSL | 62.77º | 0.94% | 0.86% | - |
| HSV(B) | 62.77º | 0.26% | 0.99% | - |
| XYZ | 83.63 | 94.21 | 61.35 | - |
| YUV | 244.69 | 96.01 | 131.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 253 | 188 | 0.01 | 0 | 0.26 | 0.01 | 62.77 | 0.94 | 0.86 |
| Hex | FA | FD | BC | 1 | 0 | 1A | 1 | 3F | 5E | 56 |
| Octal | 372 | 375 | 274 | 1 | 0 | 32 | 1 | 77 | 136 | 126 |
| Binary | 11111010 | 11111101 | 10111100 | 1 | 0 | 11010 | 1 | 111111 | 1011110 | 1010110 |
Color Harmonies of #FAFDBC
Complementary color
Monochromatic Colors of #FAFDBC
Black with #FAFDBC
Text Example
Text Example
White with #FAFDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFDBC; }
p { color: rgb(250,253,188); }
H1.HeaderClassName
{
color: #FAFDBC;
}
.AnyTagClassName
{
color: #FAFDBC;
}
</style>
background-color css
<style>
a { background-color: #FAFDBC; }
a { background-color: rgb(250,253,188); }
div.DivClassName
{
background-color: #FAFDBC;
}
.BgClassName
{
background-color: #FAFDBC;
}
</style>
border-color css
<style>
span { border-color: #FAFDBC; }
span { border-color: rgb(250,253,188); }
td.TdClassName
{
border-color: #FAFDBC;
}
.TagClassName
{
border-color: #FAFDBC;
}
</style>