Shades of Cumulus #FDFDBF
Tints of Cumulus #FDFDBF
RGB
CMYK
RGB Variations
Color information
#FDFDBF (or 0xFDFDBF) is known color: Cumulus. HEX triplet: FD, FD and BF. RGB value is (253,253,191). Sum of RGB (Red+Green+Blue) = 253+253+191=697 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.30% from 697); Green value is 253 (99.22% from 255 or 36.30% from 697); Blue value is 191 (75% from 255 or 27.40% from 697); Max value from RGB is 253 - color contains mainly: red, green. Hex color #FDFDBF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFDBF is #020240. Grayscale: #F6F6F6. Windows color (decimal): -131649 or 12582397. OLE color: 12582397.
HSL color Cylindrical-coordinate representation of color #FDFDBF: hue angle of 60º 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 #FDFDBF is Cyan = 0, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 253 | 191 | - |
CMYK | 0 | 0 | 0.25 | 0.01 |
HSL | 60º | 0.94% | 0.87% | - |
HSV(B) | 60º | 0.25% | 0.99% | - |
XYZ | 85.04 | 94.89 | 63.12 | - |
YUV | 245.93 | 97 | 133.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 253 | 191 | 0 | 0 | 0.25 | 0.01 | 60 | 0.94 | 0.87 |
Hex | FD | FD | BF | 0 | 0 | 19 | 1 | 3C | 5E | 57 |
Octal | 375 | 375 | 277 | 0 | 0 | 31 | 1 | 74 | 136 | 127 |
Binary | 11111101 | 11111101 | 10111111 | 0 | 0 | 11001 | 1 | 111100 | 1011110 | 1010111 |
Color Harmonies of #FDFDBF
Complementary color
Monochromatic Colors of #FDFDBF
Black with #FDFDBF
Text Example
Text Example
White with #FDFDBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFDBF; }
p { color: rgb(253,253,191); }
H1.HeaderClassName
{
color: #FDFDBF;
}
.AnyTagClassName
{
color: #FDFDBF;
}
</style>
background-color css
<style>
a { background-color: #FDFDBF; }
a { background-color: rgb(253,253,191); }
div.DivClassName
{
background-color: #FDFDBF;
}
.BgClassName
{
background-color: #FDFDBF;
}
</style>
border-color css
<style>
span { border-color: #FDFDBF; }
span { border-color: rgb(253,253,191); }
td.TdClassName
{
border-color: #FDFDBF;
}
.TagClassName
{
border-color: #FDFDBF;
}
</style>