Shades of Cumulus #FBFDC2
Tints of Cumulus #FBFDC2
RGB
CMYK
RGB Variations
Color information
#FBFDC2 (or 0xFBFDC2) is known color: Cumulus. HEX triplet: FB, FD and C2. RGB value is (251,253,194). Sum of RGB (Red+Green+Blue) = 251+253+194=698 (92% of max value = 765). Red value is 251 (98.44% from 255 or 35.96% from 698); Green value is 253 (99.22% from 255 or 36.25% from 698); Blue value is 194 (76.17% from 255 or 27.79% from 698); Max value from RGB is 253 - color contains mainly: green. Hex color #FBFDC2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBFDC2 is #04023D. Grayscale: #F5F5F5. Windows color (decimal): -262718 or 12779003. OLE color: 12779003.
HSL color Cylindrical-coordinate representation of color #FBFDC2: hue angle of 62.03º degrees, saturation: 0.94, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FBFDC2 is Cyan = 0.01, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 251 | 253 | 194 | - |
| CMYK | 0.01 | 0 | 0.23 | 0.01 |
| HSL | 62.03º | 0.94% | 0.88% | - |
| HSV(B) | 62.03º | 0.23% | 0.99% | - |
| XYZ | 84.65 | 94.65 | 64.85 | - |
| YUV | 245.68 | 98.84 | 131.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 253 | 194 | 0.01 | 0 | 0.23 | 0.01 | 62.03 | 0.94 | 0.88 |
| Hex | FB | FD | C2 | 1 | 0 | 17 | 1 | 3E | 5E | 58 |
| Octal | 373 | 375 | 302 | 1 | 0 | 27 | 1 | 76 | 136 | 130 |
| Binary | 11111011 | 11111101 | 11000010 | 1 | 0 | 10111 | 1 | 111110 | 1011110 | 1011000 |
Color Harmonies of #FBFDC2
Complementary color
Monochromatic Colors of #FBFDC2
Black with #FBFDC2
Text Example
Text Example
White with #FBFDC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBFDC2; }
p { color: rgb(251,253,194); }
H1.HeaderClassName
{
color: #FBFDC2;
}
.AnyTagClassName
{
color: #FBFDC2;
}
</style>
background-color css
<style>
a { background-color: #FBFDC2; }
a { background-color: rgb(251,253,194); }
div.DivClassName
{
background-color: #FBFDC2;
}
.BgClassName
{
background-color: #FBFDC2;
}
</style>
border-color css
<style>
span { border-color: #FBFDC2; }
span { border-color: rgb(251,253,194); }
td.TdClassName
{
border-color: #FBFDC2;
}
.TagClassName
{
border-color: #FBFDC2;
}
</style>