Shades of Cosmos #FBD2D1
Tints of Cosmos #FBD2D1
RGB
CMYK
RGB Variations
Color information
#FBD2D1 (or 0xFBD2D1) is known color: Cosmos. HEX triplet: FB, D2 and D1. RGB value is (251,210,209). Sum of RGB (Red+Green+Blue) = 251+210+209=670 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.46% from 670); Green value is 210 (82.42% from 255 or 31.34% from 670); Blue value is 209 (82.03% from 255 or 31.19% from 670); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD2D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBD2D1 is #042D2E. Grayscale: #DEDEDE. Windows color (decimal): -273711 or 13751035. OLE color: 13751035.
HSL color Cylindrical-coordinate representation of color #FBD2D1: hue angle of 1.43º 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 #FBD2D1 is Cyan = 0, Magento = 0.16, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 210 | 209 | - |
| CMYK | 0 | 0.16 | 0.17 | 0.02 |
| HSL | 1.43º | 0.84% | 0.9% | - |
| HSV(B) | 1.43º | 0.17% | 0.98% | - |
| XYZ | 74.34 | 71.21 | 70.15 | - |
| YUV | 222.15 | 120.58 | 148.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 210 | 209 | 0 | 0.16 | 0.17 | 0.02 | 1.43 | 0.84 | 0.9 |
| Hex | FB | D2 | D1 | 0 | 10 | 11 | 2 | 1 | 54 | 5A |
| Octal | 373 | 322 | 321 | 0 | 20 | 21 | 2 | 1 | 124 | 132 |
| Binary | 11111011 | 11010010 | 11010001 | 0 | 10000 | 10001 | 10 | 1 | 1010100 | 1011010 |
Color Harmonies of #FBD2D1
Complementary color
Monochromatic Colors of #FBD2D1
Black with #FBD2D1
Text Example
Text Example
White with #FBD2D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBD2D1; }
p { color: rgb(251,210,209); }
H1.HeaderClassName
{
color: #FBD2D1;
}
.AnyTagClassName
{
color: #FBD2D1;
}
</style>
background-color css
<style>
a { background-color: #FBD2D1; }
a { background-color: rgb(251,210,209); }
div.DivClassName
{
background-color: #FBD2D1;
}
.BgClassName
{
background-color: #FBD2D1;
}
</style>
border-color css
<style>
span { border-color: #FBD2D1; }
span { border-color: rgb(251,210,209); }
td.TdClassName
{
border-color: #FBD2D1;
}
.TagClassName
{
border-color: #FBD2D1;
}
</style>