Shades of Cumulus #FAFDC0
Tints of Cumulus #FAFDC0
RGB
CMYK
RGB Variations
Color information
#FAFDC0 (or 0xFAFDC0) is known color: Cumulus. HEX triplet: FA, FD and C0. RGB value is (250,253,192). Sum of RGB (Red+Green+Blue) = 250+253+192=695 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.97% from 695); Green value is 253 (99.22% from 255 or 36.40% from 695); Blue value is 192 (75.39% from 255 or 27.63% from 695); Max value from RGB is 253 - color contains mainly: green. Hex color #FAFDC0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFDC0 is #05023F. Grayscale: #F5F5F5. Windows color (decimal): -328256 or 12647930. OLE color: 12647930.
HSL color Cylindrical-coordinate representation of color #FAFDC0: hue angle of 62.95º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FAFDC0 is Cyan = 0.01, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 250 | 253 | 192 | - |
| CMYK | 0.01 | 0 | 0.24 | 0.01 |
| HSL | 62.95º | 0.94% | 0.87% | - |
| HSV(B) | 62.95º | 0.24% | 0.99% | - |
| XYZ | 84.06 | 94.38 | 63.66 | - |
| YUV | 245.15 | 98.01 | 131.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 253 | 192 | 0.01 | 0 | 0.24 | 0.01 | 62.95 | 0.94 | 0.87 |
| Hex | FA | FD | C0 | 1 | 0 | 18 | 1 | 3F | 5E | 57 |
| Octal | 372 | 375 | 300 | 1 | 0 | 30 | 1 | 77 | 136 | 127 |
| Binary | 11111010 | 11111101 | 11000000 | 1 | 0 | 11000 | 1 | 111111 | 1011110 | 1010111 |
Color Harmonies of #FAFDC0
Complementary color
Monochromatic Colors of #FAFDC0
Black with #FAFDC0
Text Example
Text Example
White with #FAFDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFDC0; }
p { color: rgb(250,253,192); }
H1.HeaderClassName
{
color: #FAFDC0;
}
.AnyTagClassName
{
color: #FAFDC0;
}
</style>
background-color css
<style>
a { background-color: #FAFDC0; }
a { background-color: rgb(250,253,192); }
div.DivClassName
{
background-color: #FAFDC0;
}
.BgClassName
{
background-color: #FAFDC0;
}
</style>
border-color css
<style>
span { border-color: #FAFDC0; }
span { border-color: rgb(250,253,192); }
td.TdClassName
{
border-color: #FAFDC0;
}
.TagClassName
{
border-color: #FAFDC0;
}
</style>