Shades of Cumulus #FAFDBD
Tints of Cumulus #FAFDBD
RGB
CMYK
RGB Variations
Color information
#FAFDBD (or 0xFAFDBD) is known color: Cumulus. HEX triplet: FA, FD and BD. RGB value is (250,253,189). Sum of RGB (Red+Green+Blue) = 250+253+189=692 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.13% from 692); Green value is 253 (99.22% from 255 or 36.56% from 692); Blue value is 189 (74.22% from 255 or 27.31% from 692); Max value from RGB is 253 - color contains mainly: green. Hex color #FAFDBD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFDBD is #050242. Grayscale: #F5F5F5. Windows color (decimal): -328259 or 12451322. OLE color: 12451322.
HSL color Cylindrical-coordinate representation of color #FAFDBD: hue angle of 62.81º 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 #FAFDBD is Cyan = 0.01, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
RGB | 250 | 253 | 189 | - |
CMYK | 0.01 | 0 | 0.25 | 0.01 |
HSL | 62.81º | 0.94% | 0.87% | - |
HSV(B) | 62.81º | 0.25% | 0.99% | - |
XYZ | 83.73 | 94.25 | 61.92 | - |
YUV | 244.81 | 96.51 | 131.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 250 | 253 | 189 | 0.01 | 0 | 0.25 | 0.01 | 62.81 | 0.94 | 0.87 |
Hex | FA | FD | BD | 1 | 0 | 19 | 1 | 3F | 5E | 57 |
Octal | 372 | 375 | 275 | 1 | 0 | 31 | 1 | 77 | 136 | 127 |
Binary | 11111010 | 11111101 | 10111101 | 1 | 0 | 11001 | 1 | 111111 | 1011110 | 1010111 |
Color Harmonies of #FAFDBD
Complementary color
Monochromatic Colors of #FAFDBD
Black with #FAFDBD
Text Example
Text Example
White with #FAFDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFDBD; }
p { color: rgb(250,253,189); }
H1.HeaderClassName
{
color: #FAFDBD;
}
.AnyTagClassName
{
color: #FAFDBD;
}
</style>
background-color css
<style>
a { background-color: #FAFDBD; }
a { background-color: rgb(250,253,189); }
div.DivClassName
{
background-color: #FAFDBD;
}
.BgClassName
{
background-color: #FAFDBD;
}
</style>
border-color css
<style>
span { border-color: #FAFDBD; }
span { border-color: rgb(250,253,189); }
td.TdClassName
{
border-color: #FAFDBD;
}
.TagClassName
{
border-color: #FAFDBD;
}
</style>