Shades of Cumulus #FDFEC1
Tints of Cumulus #FDFEC1
RGB
CMYK
RGB Variations
Color information
#FDFEC1 (or 0xFDFEC1) is known color: Cumulus. HEX triplet: FD, FE and C1. RGB value is (253,254,193). Sum of RGB (Red+Green+Blue) = 253+254+193=700 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.14% from 700); Green value is 254 (99.61% from 255 or 36.29% from 700); Blue value is 193 (75.78% from 255 or 27.57% from 700); Max value from RGB is 254 - color contains mainly: green. Hex color #FDFEC1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFEC1 is #02013E. Grayscale: #F6F6F6. Windows color (decimal): -131391 or 12713725. OLE color: 12713725.
HSL color Cylindrical-coordinate representation of color #FDFEC1: hue angle of 60.98º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FDFEC1 is Cyan = 0.00, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 253 | 254 | 193 | - |
| CMYK | 0.00 | 0 | 0.24 | 0.00 |
| HSL | 60.98º | 0.97% | 0.88% | - |
| HSV(B) | 60.98º | 0.24% | 1% | - |
| XYZ | 85.58 | 95.62 | 64.4 | - |
| YUV | 246.75 | 97.67 | 132.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 254 | 193 | 0.00 | 0 | 0.24 | 0.00 | 60.98 | 0.97 | 0.88 |
| Hex | FD | FE | C1 | 0 | 0 | 18 | 0 | 3D | 61 | 58 |
| Octal | 375 | 376 | 301 | 0 | 0 | 30 | 0 | 75 | 141 | 130 |
| Binary | 11111101 | 11111110 | 11000001 | 0 | 0 | 11000 | 0 | 111101 | 1100001 | 1011000 |
Color Harmonies of #FDFEC1
Complementary color
Monochromatic Colors of #FDFEC1
Black with #FDFEC1
Text Example
Text Example
White with #FDFEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFEC1; }
p { color: rgb(253,254,193); }
H1.HeaderClassName
{
color: #FDFEC1;
}
.AnyTagClassName
{
color: #FDFEC1;
}
</style>
background-color css
<style>
a { background-color: #FDFEC1; }
a { background-color: rgb(253,254,193); }
div.DivClassName
{
background-color: #FDFEC1;
}
.BgClassName
{
background-color: #FDFEC1;
}
</style>
border-color css
<style>
span { border-color: #FDFEC1; }
span { border-color: rgb(253,254,193); }
td.TdClassName
{
border-color: #FDFEC1;
}
.TagClassName
{
border-color: #FDFEC1;
}
</style>