Shades of Cosmos #FBD2D0
Tints of Cosmos #FBD2D0
RGB
CMYK
RGB Variations
Color information
#FBD2D0 (or 0xFBD2D0) is known color: Cosmos. HEX triplet: FB, D2 and D0. RGB value is (251,210,208). Sum of RGB (Red+Green+Blue) = 251+210+208=669 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.52% from 669); Green value is 210 (82.42% from 255 or 31.39% from 669); Blue value is 208 (81.64% from 255 or 31.09% from 669); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD2D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBD2D0 is #042D2F. Grayscale: #DEDEDE. Windows color (decimal): -273712 or 13685499. OLE color: 13685499.
HSL color Cylindrical-coordinate representation of color #FBD2D0: hue angle of 2.79º degrees, saturation: 0.84, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FBD2D0 is Cyan = 0, Magento = 0.16, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 210 | 208 | - |
| CMYK | 0 | 0.16 | 0.17 | 0.02 |
| HSL | 2.79º | 0.84% | 0.9% | - |
| HSV(B) | 2.79º | 0.17% | 0.98% | - |
| XYZ | 74.22 | 71.16 | 69.5 | - |
| YUV | 222.03 | 120.08 | 148.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 210 | 208 | 0 | 0.16 | 0.17 | 0.02 | 2.79 | 0.84 | 0.9 |
| Hex | FB | D2 | D0 | 0 | 10 | 11 | 2 | 3 | 54 | 5A |
| Octal | 373 | 322 | 320 | 0 | 20 | 21 | 2 | 3 | 124 | 132 |
| Binary | 11111011 | 11010010 | 11010000 | 0 | 10000 | 10001 | 10 | 11 | 1010100 | 1011010 |
Color Harmonies of #FBD2D0
Complementary color
Monochromatic Colors of #FBD2D0
Black with #FBD2D0
Text Example
Text Example
White with #FBD2D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBD2D0; }
p { color: rgb(251,210,208); }
H1.HeaderClassName
{
color: #FBD2D0;
}
.AnyTagClassName
{
color: #FBD2D0;
}
</style>
background-color css
<style>
a { background-color: #FBD2D0; }
a { background-color: rgb(251,210,208); }
div.DivClassName
{
background-color: #FBD2D0;
}
.BgClassName
{
background-color: #FBD2D0;
}
</style>
border-color css
<style>
span { border-color: #FBD2D0; }
span { border-color: rgb(251,210,208); }
td.TdClassName
{
border-color: #FBD2D0;
}
.TagClassName
{
border-color: #FBD2D0;
}
</style>