Shades of Cumulus #FAFDBB
Tints of Cumulus #FAFDBB
RGB
CMYK
RGB Variations
Color information
#FAFDBB (or 0xFAFDBB) is known color: Cumulus. HEX triplet: FA, FD and BB. RGB value is (250,253,187). Sum of RGB (Red+Green+Blue) = 250+253+187=690 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.23% from 690); Green value is 253 (99.22% from 255 or 36.67% from 690); Blue value is 187 (73.44% from 255 or 27.10% from 690); Max value from RGB is 253 - color contains mainly: green. Hex color #FAFDBB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFDBB is #050244. Grayscale: #F4F4F4. Windows color (decimal): -328261 or 12320250. OLE color: 12320250.
HSL color Cylindrical-coordinate representation of color #FAFDBB: hue angle of 62.73º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FAFDBB is Cyan = 0.01, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
RGB | 250 | 253 | 187 | - |
CMYK | 0.01 | 0 | 0.26 | 0.01 |
HSL | 62.73º | 0.94% | 0.86% | - |
HSV(B) | 62.73º | 0.26% | 0.99% | - |
XYZ | 83.52 | 94.16 | 60.79 | - |
YUV | 244.58 | 95.51 | 131.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 250 | 253 | 187 | 0.01 | 0 | 0.26 | 0.01 | 62.73 | 0.94 | 0.86 |
Hex | FA | FD | BB | 1 | 0 | 1A | 1 | 3F | 5E | 56 |
Octal | 372 | 375 | 273 | 1 | 0 | 32 | 1 | 77 | 136 | 126 |
Binary | 11111010 | 11111101 | 10111011 | 1 | 0 | 11010 | 1 | 111111 | 1011110 | 1010110 |
Color Harmonies of #FAFDBB
Complementary color
Monochromatic Colors of #FAFDBB
Black with #FAFDBB
Text Example
Text Example
White with #FAFDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFDBB; }
p { color: rgb(250,253,187); }
H1.HeaderClassName
{
color: #FAFDBB;
}
.AnyTagClassName
{
color: #FAFDBB;
}
</style>
background-color css
<style>
a { background-color: #FAFDBB; }
a { background-color: rgb(250,253,187); }
div.DivClassName
{
background-color: #FAFDBB;
}
.BgClassName
{
background-color: #FAFDBB;
}
</style>
border-color css
<style>
span { border-color: #FAFDBB; }
span { border-color: rgb(250,253,187); }
td.TdClassName
{
border-color: #FAFDBB;
}
.TagClassName
{
border-color: #FAFDBB;
}
</style>