Shades of Sundown #FDB3B3
Tints of Sundown #FDB3B3
RGB
CMYK
RGB Variations
Color information
#FDB3B3 (or 0xFDB3B3) is known color: Sundown. HEX triplet: FD, B3 and B3. RGB value is (253,179,179). Sum of RGB (Red+Green+Blue) = 253+179+179=611 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.41% from 611); Green value is 179 (70.31% from 255 or 29.30% from 611); Blue value is 179 (70.31% from 255 or 29.30% from 611); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB3B3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDB3B3 is #024C4C. Grayscale: #C9C9C9. Windows color (decimal): -150605 or 11777021. OLE color: 11777021.
HSL color Cylindrical-coordinate representation of color #FDB3B3: hue angle of 0º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FDB3B3 is Cyan = 0, Magento = 0.29, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 179 | 179 | - |
| CMYK | 0 | 0.29 | 0.29 | 0.01 |
| HSL | 0º | 0.95% | 0.85% | - |
| HSV(B) | 0º | 0.29% | 0.99% | - |
| XYZ | 64.76 | 56.38 | 50.12 | - |
| YUV | 201.13 | 115.52 | 165 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 179 | 179 | 0 | 0.29 | 0.29 | 0.01 | 0 | 0.95 | 0.85 |
| Hex | FD | B3 | B3 | 0 | 1D | 1D | 1 | 0 | 5F | 55 |
| Octal | 375 | 263 | 263 | 0 | 35 | 35 | 1 | 0 | 137 | 125 |
| Binary | 11111101 | 10110011 | 10110011 | 0 | 11101 | 11101 | 1 | 0 | 1011111 | 1010101 |
Color Harmonies of #FDB3B3
Complementary color
Monochromatic Colors of #FDB3B3
Black with #FDB3B3
Text Example
Text Example
White with #FDB3B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB3B3; }
p { color: rgb(253,179,179); }
H1.HeaderClassName
{
color: #FDB3B3;
}
.AnyTagClassName
{
color: #FDB3B3;
}
</style>
background-color css
<style>
a { background-color: #FDB3B3; }
a { background-color: rgb(253,179,179); }
div.DivClassName
{
background-color: #FDB3B3;
}
.BgClassName
{
background-color: #FDB3B3;
}
</style>
border-color css
<style>
span { border-color: #FDB3B3; }
span { border-color: rgb(253,179,179); }
td.TdClassName
{
border-color: #FDB3B3;
}
.TagClassName
{
border-color: #FDB3B3;
}
</style>