Shades of Cumulus #FDFFBA
Tints of Cumulus #FDFFBA
RGB
CMYK
RGB Variations
Color information
#FDFFBA (or 0xFDFFBA) is known color: Cumulus. HEX triplet: FD, FF and BA. RGB value is (253,255,186). Sum of RGB (Red+Green+Blue) = 253+255+186=694 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.46% from 694); Green value is 255 (100% from 255 or 36.74% from 694); Blue value is 186 (73.05% from 255 or 26.80% from 694); Max value from RGB is 255 - color contains mainly: green. Hex color #FDFFBA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFFBA is #020045. Grayscale: #F6F6F6. Windows color (decimal): -131142 or 12255229. OLE color: 12255229.
HSL color Cylindrical-coordinate representation of color #FDFFBA: hue angle of 61.74º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FDFFBA is Cyan = 0.01, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 253 | 255 | 186 | - |
| CMYK | 0.01 | 0 | 0.27 | 0 |
| HSL | 61.74º | 1% | 0.86% | - |
| HSV(B) | 61.74º | 0.27% | 1% | - |
| XYZ | 85.13 | 95.95 | 60.49 | - |
| YUV | 246.54 | 93.84 | 132.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 255 | 186 | 0.01 | 0 | 0.27 | 0 | 61.74 | 1 | 0.86 |
| Hex | FD | FF | BA | 1 | 0 | 1B | 0 | 3E | 64 | 56 |
| Octal | 375 | 377 | 272 | 1 | 0 | 33 | 0 | 76 | 144 | 126 |
| Binary | 11111101 | 11111111 | 10111010 | 1 | 0 | 11011 | 0 | 111110 | 1100100 | 1010110 |
Color Harmonies of #FDFFBA
Complementary color
Monochromatic Colors of #FDFFBA
Black with #FDFFBA
Text Example
Text Example
White with #FDFFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFFBA; }
p { color: rgb(253,255,186); }
H1.HeaderClassName
{
color: #FDFFBA;
}
.AnyTagClassName
{
color: #FDFFBA;
}
</style>
background-color css
<style>
a { background-color: #FDFFBA; }
a { background-color: rgb(253,255,186); }
div.DivClassName
{
background-color: #FDFFBA;
}
.BgClassName
{
background-color: #FDFFBA;
}
</style>
border-color css
<style>
span { border-color: #FDFFBA; }
span { border-color: rgb(253,255,186); }
td.TdClassName
{
border-color: #FDFFBA;
}
.TagClassName
{
border-color: #FDFFBA;
}
</style>