Shades of Cosmos #FBD8D3
Tints of Cosmos #FBD8D3
RGB
CMYK
RGB Variations
Color information
#FBD8D3 (or 0xFBD8D3) is known color: Cosmos. HEX triplet: FB, D8 and D3. RGB value is (251,216,211). Sum of RGB (Red+Green+Blue) = 251+216+211=678 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.02% from 678); Green value is 216 (84.77% from 255 or 31.86% from 678); Blue value is 211 (82.81% from 255 or 31.12% from 678); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD8D3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBD8D3 is #04272C. Grayscale: #E1E1E1. Windows color (decimal): -272173 or 13883643. OLE color: 13883643.
HSL color Cylindrical-coordinate representation of color #FBD8D3: hue angle of 7.5º degrees, saturation: 0.83, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #FBD8D3 is Cyan = 0, Magento = 0.14, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 216 | 211 | - |
| CMYK | 0 | 0.14 | 0.16 | 0.02 |
| HSL | 7.5º | 0.83% | 0.91% | - |
| HSV(B) | 7.5º | 0.16% | 0.98% | - |
| XYZ | 76.1 | 74.32 | 71.96 | - |
| YUV | 225.9 | 119.6 | 145.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 216 | 211 | 0 | 0.14 | 0.16 | 0.02 | 7.5 | 0.83 | 0.91 |
| Hex | FB | D8 | D3 | 0 | E | 10 | 2 | 8 | 53 | 5B |
| Octal | 373 | 330 | 323 | 0 | 16 | 20 | 2 | 10 | 123 | 133 |
| Binary | 11111011 | 11011000 | 11010011 | 0 | 1110 | 10000 | 10 | 1000 | 1010011 | 1011011 |
Color Harmonies of #FBD8D3
Complementary color
Monochromatic Colors of #FBD8D3
Black with #FBD8D3
Text Example
Text Example
White with #FBD8D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBD8D3; }
p { color: rgb(251,216,211); }
H1.HeaderClassName
{
color: #FBD8D3;
}
.AnyTagClassName
{
color: #FBD8D3;
}
</style>
background-color css
<style>
a { background-color: #FBD8D3; }
a { background-color: rgb(251,216,211); }
div.DivClassName
{
background-color: #FBD8D3;
}
.BgClassName
{
background-color: #FBD8D3;
}
</style>
border-color css
<style>
span { border-color: #FBD8D3; }
span { border-color: rgb(251,216,211); }
td.TdClassName
{
border-color: #FBD8D3;
}
.TagClassName
{
border-color: #FBD8D3;
}
</style>