Shades of Sundown #FBB6B4
Tints of Sundown #FBB6B4
RGB
CMYK
RGB Variations
Color information
#FBB6B4 (or 0xFBB6B4) is known color: Sundown. HEX triplet: FB, B6 and B4. RGB value is (251,182,180). Sum of RGB (Red+Green+Blue) = 251+182+180=613 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.95% from 613); Green value is 182 (71.48% from 255 or 29.69% from 613); Blue value is 180 (70.70% from 255 or 29.36% from 613); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB6B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBB6B4 is #04494B. Grayscale: #CACACA. Windows color (decimal): -280908 or 11843323. OLE color: 11843323.
HSL color Cylindrical-coordinate representation of color #FBB6B4: hue angle of 1.69º degrees, saturation: 0.9, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FBB6B4 is Cyan = 0, Magento = 0.27, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 182 | 180 | - |
| CMYK | 0 | 0.27 | 0.28 | 0.02 |
| HSL | 1.69º | 0.9% | 0.85% | - |
| HSV(B) | 1.69º | 0.28% | 0.98% | - |
| XYZ | 64.75 | 57.26 | 50.82 | - |
| YUV | 202.4 | 115.36 | 162.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 182 | 180 | 0 | 0.27 | 0.28 | 0.02 | 1.69 | 0.9 | 0.85 |
| Hex | FB | B6 | B4 | 0 | 1B | 1C | 2 | 2 | 5A | 55 |
| Octal | 373 | 266 | 264 | 0 | 33 | 34 | 2 | 2 | 132 | 125 |
| Binary | 11111011 | 10110110 | 10110100 | 0 | 11011 | 11100 | 10 | 10 | 1011010 | 1010101 |
Color Harmonies of #FBB6B4
Complementary color
Monochromatic Colors of #FBB6B4
Black with #FBB6B4
Text Example
Text Example
White with #FBB6B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBB6B4; }
p { color: rgb(251,182,180); }
H1.HeaderClassName
{
color: #FBB6B4;
}
.AnyTagClassName
{
color: #FBB6B4;
}
</style>
background-color css
<style>
a { background-color: #FBB6B4; }
a { background-color: rgb(251,182,180); }
div.DivClassName
{
background-color: #FBB6B4;
}
.BgClassName
{
background-color: #FBB6B4;
}
</style>
border-color css
<style>
span { border-color: #FBB6B4; }
span { border-color: rgb(251,182,180); }
td.TdClassName
{
border-color: #FBB6B4;
}
.TagClassName
{
border-color: #FBB6B4;
}
</style>