Shades of Cumulus #FDFDBE
Tints of Cumulus #FDFDBE
RGB
CMYK
RGB Variations
Color information
#FDFDBE (or 0xFDFDBE) is known color: Cumulus. HEX triplet: FD, FD and BE. RGB value is (253,253,190). Sum of RGB (Red+Green+Blue) = 253+253+190=696 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.35% from 696); Green value is 253 (99.22% from 255 or 36.35% from 696); Blue value is 190 (74.61% from 255 or 27.30% from 696); Max value from RGB is 253 - color contains mainly: red, green. Hex color #FDFDBE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFDBE is #020241. Grayscale: #F6F6F6. Windows color (decimal): -131650 or 12516861. OLE color: 12516861.
HSL color Cylindrical-coordinate representation of color #FDFDBE: 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 #FDFDBE is Cyan = 0, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 253 | 190 | - |
CMYK | 0 | 0 | 0.25 | 0.01 |
HSL | 60º | 0.94% | 0.87% | - |
HSV(B) | 60º | 0.25% | 0.99% | - |
XYZ | 84.93 | 94.85 | 62.55 | - |
YUV | 245.82 | 96.5 | 133.12 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 253 | 190 | 0 | 0 | 0.25 | 0.01 | 60 | 0.94 | 0.87 |
Hex | FD | FD | BE | 0 | 0 | 19 | 1 | 3C | 5E | 57 |
Octal | 375 | 375 | 276 | 0 | 0 | 31 | 1 | 74 | 136 | 127 |
Binary | 11111101 | 11111101 | 10111110 | 0 | 0 | 11001 | 1 | 111100 | 1011110 | 1010111 |
Color Harmonies of #FDFDBE
Complementary color
Monochromatic Colors of #FDFDBE
Black with #FDFDBE
Text Example
Text Example
White with #FDFDBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFDBE; }
p { color: rgb(253,253,190); }
H1.HeaderClassName
{
color: #FDFDBE;
}
.AnyTagClassName
{
color: #FDFDBE;
}
</style>
background-color css
<style>
a { background-color: #FDFDBE; }
a { background-color: rgb(253,253,190); }
div.DivClassName
{
background-color: #FDFDBE;
}
.BgClassName
{
background-color: #FDFDBE;
}
</style>
border-color css
<style>
span { border-color: #FDFDBE; }
span { border-color: rgb(253,253,190); }
td.TdClassName
{
border-color: #FDFDBE;
}
.TagClassName
{
border-color: #FDFDBE;
}
</style>