Shades of Cumulus #FDFDC3
Tints of Cumulus #FDFDC3
RGB
CMYK
RGB Variations
Color information
#FDFDC3 (or 0xFDFDC3) is known color: Cumulus. HEX triplet: FD, FD and C3. RGB value is (253,253,195). Sum of RGB (Red+Green+Blue) = 253+253+195=701 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.09% from 701); Green value is 253 (99.22% from 255 or 36.09% from 701); Blue value is 195 (76.56% from 255 or 27.82% from 701); Max value from RGB is 253 - color contains mainly: red, green. Hex color #FDFDC3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFDC3 is #02023C. Grayscale: #F6F6F6. Windows color (decimal): -131645 or 12844541. OLE color: 12844541.
HSL color Cylindrical-coordinate representation of color #FDFDC3: hue angle of 60º 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 #FDFDC3 is Cyan = 0, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 253 | 195 | - |
CMYK | 0 | 0 | 0.23 | 0.01 |
HSL | 60º | 0.94% | 0.88% | - |
HSV(B) | 60º | 0.23% | 0.99% | - |
XYZ | 85.48 | 95.07 | 65.48 | - |
YUV | 246.39 | 99 | 132.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 253 | 195 | 0 | 0 | 0.23 | 0.01 | 60 | 0.94 | 0.88 |
Hex | FD | FD | C3 | 0 | 0 | 17 | 1 | 3C | 5E | 58 |
Octal | 375 | 375 | 303 | 0 | 0 | 27 | 1 | 74 | 136 | 130 |
Binary | 11111101 | 11111101 | 11000011 | 0 | 0 | 10111 | 1 | 111100 | 1011110 | 1011000 |
Color Harmonies of #FDFDC3
Complementary color
Monochromatic Colors of #FDFDC3
Black with #FDFDC3
Text Example
Text Example
White with #FDFDC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFDC3; }
p { color: rgb(253,253,195); }
H1.HeaderClassName
{
color: #FDFDC3;
}
.AnyTagClassName
{
color: #FDFDC3;
}
</style>
background-color css
<style>
a { background-color: #FDFDC3; }
a { background-color: rgb(253,253,195); }
div.DivClassName
{
background-color: #FDFDC3;
}
.BgClassName
{
background-color: #FDFDC3;
}
</style>
border-color css
<style>
span { border-color: #FDFDC3; }
span { border-color: rgb(253,253,195); }
td.TdClassName
{
border-color: #FDFDC3;
}
.TagClassName
{
border-color: #FDFDC3;
}
</style>