Shades of Cumulus #FDFFC1
Tints of Cumulus #FDFFC1
RGB
CMYK
RGB Variations
Color information
#FDFFC1 (or 0xFDFFC1) is known color: Cumulus. HEX triplet: FD, FF and C1. RGB value is (253,255,193). Sum of RGB (Red+Green+Blue) = 253+255+193=701 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.09% from 701); Green value is 255 (100% from 255 or 36.38% from 701); Blue value is 193 (75.78% from 255 or 27.53% from 701); Max value from RGB is 255 - color contains mainly: green. Hex color #FDFFC1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFFC1 is #02003E. Grayscale: #F7F7F7. Windows color (decimal): -131135 or 12713981. OLE color: 12713981.
HSL color Cylindrical-coordinate representation of color #FDFFC1: hue angle of 61.94º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FDFFC1 is Cyan = 0.01, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 253 | 255 | 193 | - |
| CMYK | 0.01 | 0 | 0.24 | 0 |
| HSL | 61.94º | 1% | 0.88% | - |
| HSV(B) | 61.94º | 0.24% | 1% | - |
| XYZ | 85.89 | 96.25 | 64.5 | - |
| YUV | 247.33 | 97.34 | 132.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 255 | 193 | 0.01 | 0 | 0.24 | 0 | 61.94 | 1 | 0.88 |
| Hex | FD | FF | C1 | 1 | 0 | 18 | 0 | 3E | 64 | 58 |
| Octal | 375 | 377 | 301 | 1 | 0 | 30 | 0 | 76 | 144 | 130 |
| Binary | 11111101 | 11111111 | 11000001 | 1 | 0 | 11000 | 0 | 111110 | 1100100 | 1011000 |
Color Harmonies of #FDFFC1
Complementary color
Monochromatic Colors of #FDFFC1
Black with #FDFFC1
Text Example
Text Example
White with #FDFFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFFC1; }
p { color: rgb(253,255,193); }
H1.HeaderClassName
{
color: #FDFFC1;
}
.AnyTagClassName
{
color: #FDFFC1;
}
</style>
background-color css
<style>
a { background-color: #FDFFC1; }
a { background-color: rgb(253,255,193); }
div.DivClassName
{
background-color: #FDFFC1;
}
.BgClassName
{
background-color: #FDFFC1;
}
</style>
border-color css
<style>
span { border-color: #FDFFC1; }
span { border-color: rgb(253,255,193); }
td.TdClassName
{
border-color: #FDFFC1;
}
.TagClassName
{
border-color: #FDFFC1;
}
</style>