Shades of Cosmos #FBD7D6
Tints of Cosmos #FBD7D6
RGB
CMYK
RGB Variations
Color information
#FBD7D6 (or 0xFBD7D6) is known color: Cosmos. HEX triplet: FB, D7 and D6. RGB value is (251,215,214). Sum of RGB (Red+Green+Blue) = 251+215+214=680 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.91% from 680); Green value is 215 (84.38% from 255 or 31.62% from 680); Blue value is 214 (83.98% from 255 or 31.47% from 680); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD7D6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBD7D6 is #042829. Grayscale: #E1E1E1. Windows color (decimal): -272426 or 14079995. OLE color: 14079995.
HSL color Cylindrical-coordinate representation of color #FBD7D6: hue angle of 1.62º degrees, saturation: 0.82, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FBD7D6 is Cyan = 0, Magento = 0.14, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 215 | 214 | - |
| CMYK | 0 | 0.14 | 0.15 | 0.02 |
| HSL | 1.62º | 0.82% | 0.91% | - |
| HSV(B) | 1.62º | 0.15% | 0.98% | - |
| XYZ | 76.22 | 73.97 | 73.88 | - |
| YUV | 225.65 | 121.43 | 146.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 215 | 214 | 0 | 0.14 | 0.15 | 0.02 | 1.62 | 0.82 | 0.91 |
| Hex | FB | D7 | D6 | 0 | E | F | 2 | 2 | 52 | 5B |
| Octal | 373 | 327 | 326 | 0 | 16 | 17 | 2 | 2 | 122 | 133 |
| Binary | 11111011 | 11010111 | 11010110 | 0 | 1110 | 1111 | 10 | 10 | 1010010 | 1011011 |
Color Harmonies of #FBD7D6
Complementary color
Monochromatic Colors of #FBD7D6
Black with #FBD7D6
Text Example
Text Example
White with #FBD7D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBD7D6; }
p { color: rgb(251,215,214); }
H1.HeaderClassName
{
color: #FBD7D6;
}
.AnyTagClassName
{
color: #FBD7D6;
}
</style>
background-color css
<style>
a { background-color: #FBD7D6; }
a { background-color: rgb(251,215,214); }
div.DivClassName
{
background-color: #FBD7D6;
}
.BgClassName
{
background-color: #FBD7D6;
}
</style>
border-color css
<style>
span { border-color: #FBD7D6; }
span { border-color: rgb(251,215,214); }
td.TdClassName
{
border-color: #FBD7D6;
}
.TagClassName
{
border-color: #FBD7D6;
}
</style>