Shades of Cumulus #FDFFBD
Tints of Cumulus #FDFFBD
RGB
CMYK
RGB Variations
Color information
#FDFFBD (or 0xFDFFBD) is known color: Cumulus. HEX triplet: FD, FF and BD. RGB value is (253,255,189). Sum of RGB (Red+Green+Blue) = 253+255+189=697 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.30% from 697); Green value is 255 (100% from 255 or 36.59% from 697); Blue value is 189 (74.22% from 255 or 27.12% from 697); Max value from RGB is 255 - color contains mainly: green. Hex color #FDFFBD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFFBD is #020042. Grayscale: #F7F7F7. Windows color (decimal): -131139 or 12451837. OLE color: 12451837.
HSL color Cylindrical-coordinate representation of color #FDFFBD: hue angle of 61.82º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FDFFBD is Cyan = 0.01, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 253 | 255 | 189 | - |
| CMYK | 0.01 | 0 | 0.26 | 0 |
| HSL | 61.82º | 1% | 0.87% | - |
| HSV(B) | 61.82º | 0.26% | 1% | - |
| XYZ | 85.45 | 96.08 | 62.18 | - |
| YUV | 246.88 | 95.34 | 132.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 255 | 189 | 0.01 | 0 | 0.26 | 0 | 61.82 | 1 | 0.87 |
| Hex | FD | FF | BD | 1 | 0 | 1A | 0 | 3E | 64 | 57 |
| Octal | 375 | 377 | 275 | 1 | 0 | 32 | 0 | 76 | 144 | 127 |
| Binary | 11111101 | 11111111 | 10111101 | 1 | 0 | 11010 | 0 | 111110 | 1100100 | 1010111 |
Color Harmonies of #FDFFBD
Complementary color
Monochromatic Colors of #FDFFBD
Black with #FDFFBD
Text Example
Text Example
White with #FDFFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFFBD; }
p { color: rgb(253,255,189); }
H1.HeaderClassName
{
color: #FDFFBD;
}
.AnyTagClassName
{
color: #FDFFBD;
}
</style>
background-color css
<style>
a { background-color: #FDFFBD; }
a { background-color: rgb(253,255,189); }
div.DivClassName
{
background-color: #FDFFBD;
}
.BgClassName
{
background-color: #FDFFBD;
}
</style>
border-color css
<style>
span { border-color: #FDFFBD; }
span { border-color: rgb(253,255,189); }
td.TdClassName
{
border-color: #FDFFBD;
}
.TagClassName
{
border-color: #FDFFBD;
}
</style>