Shades of Cumulus #FCFDBF
Tints of Cumulus #FCFDBF
RGB
CMYK
RGB Variations
Color information
#FCFDBF (or 0xFCFDBF) is known color: Cumulus. HEX triplet: FC, FD and BF. RGB value is (252,253,191). Sum of RGB (Red+Green+Blue) = 252+253+191=696 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.21% from 696); Green value is 253 (99.22% from 255 or 36.35% from 696); Blue value is 191 (75% from 255 or 27.44% from 696); Max value from RGB is 253 - color contains mainly: green. Hex color #FCFDBF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFDBF is #030240. Grayscale: #F5F5F5. Windows color (decimal): -197185 or 12582396. OLE color: 12582396.
HSL color Cylindrical-coordinate representation of color #FCFDBF: hue angle of 60.97º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FCFDBF is Cyan = 0.00, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 253 | 191 | - |
CMYK | 0.00 | 0 | 0.25 | 0.01 |
HSL | 60.97º | 0.94% | 0.87% | - |
HSV(B) | 60.97º | 0.25% | 0.99% | - |
XYZ | 84.67 | 94.71 | 63.11 | - |
YUV | 245.63 | 97.17 | 132.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 253 | 191 | 0.00 | 0 | 0.25 | 0.01 | 60.97 | 0.94 | 0.87 |
Hex | FC | FD | BF | 0 | 0 | 19 | 1 | 3D | 5E | 57 |
Octal | 374 | 375 | 277 | 0 | 0 | 31 | 1 | 75 | 136 | 127 |
Binary | 11111100 | 11111101 | 10111111 | 0 | 0 | 11001 | 1 | 111101 | 1011110 | 1010111 |
Color Harmonies of #FCFDBF
Complementary color
Monochromatic Colors of #FCFDBF
Black with #FCFDBF
Text Example
Text Example
White with #FCFDBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFDBF; }
p { color: rgb(252,253,191); }
H1.HeaderClassName
{
color: #FCFDBF;
}
.AnyTagClassName
{
color: #FCFDBF;
}
</style>
background-color css
<style>
a { background-color: #FCFDBF; }
a { background-color: rgb(252,253,191); }
div.DivClassName
{
background-color: #FCFDBF;
}
.BgClassName
{
background-color: #FCFDBF;
}
</style>
border-color css
<style>
span { border-color: #FCFDBF; }
span { border-color: rgb(252,253,191); }
td.TdClassName
{
border-color: #FCFDBF;
}
.TagClassName
{
border-color: #FCFDBF;
}
</style>