Shades of Sundown #FFB4B4
Tints of Sundown #FFB4B4
RGB
CMYK
RGB Variations
Color information
#FFB4B4 (or 0xFFB4B4) is known color: Sundown. HEX triplet: FF, B4 and B4. RGB value is (255,180,180). Sum of RGB (Red+Green+Blue) = 255+180+180=615 (81% of max value = 765). Red value is 255 (100% from 255 or 41.46% from 615); Green value is 180 (70.70% from 255 or 29.27% from 615); Blue value is 180 (70.70% from 255 or 29.27% from 615); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB4B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB4B4 is #004B4B. Grayscale: #CACACA. Windows color (decimal): -19276 or 11842815. OLE color: 11842815.
HSL color Cylindrical-coordinate representation of color #FFB4B4: hue angle of 0º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FFB4B4 is Cyan = 0, Magento = 0.29, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 180 | 180 | - |
| CMYK | 0 | 0.29 | 0.29 | 0 |
| HSL | 0º | 1% | 0.85% | - |
| HSV(B) | 0º | 0.29% | 1% | - |
| XYZ | 65.8 | 57.2 | 50.75 | - |
| YUV | 202.43 | 115.35 | 165.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 180 | 180 | 0 | 0.29 | 0.29 | 0 | 0 | 1 | 0.85 |
| Hex | FF | B4 | B4 | 0 | 1D | 1D | 0 | 0 | 64 | 55 |
| Octal | 377 | 264 | 264 | 0 | 35 | 35 | 0 | 0 | 144 | 125 |
| Binary | 11111111 | 10110100 | 10110100 | 0 | 11101 | 11101 | 0 | 0 | 1100100 | 1010101 |
Color Harmonies of #FFB4B4
Complementary color
Monochromatic Colors of #FFB4B4
Black with #FFB4B4
Text Example
Text Example
White with #FFB4B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB4B4; }
p { color: rgb(255,180,180); }
H1.HeaderClassName
{
color: #FFB4B4;
}
.AnyTagClassName
{
color: #FFB4B4;
}
</style>
background-color css
<style>
a { background-color: #FFB4B4; }
a { background-color: rgb(255,180,180); }
div.DivClassName
{
background-color: #FFB4B4;
}
.BgClassName
{
background-color: #FFB4B4;
}
</style>
border-color css
<style>
span { border-color: #FFB4B4; }
span { border-color: rgb(255,180,180); }
td.TdClassName
{
border-color: #FFB4B4;
}
.TagClassName
{
border-color: #FFB4B4;
}
</style>