Shades of Sundown #FDB3B2
Tints of Sundown #FDB3B2
RGB
CMYK
RGB Variations
Color information
#FDB3B2 (or 0xFDB3B2) is known color: Sundown. HEX triplet: FD, B3 and B2. RGB value is (253,179,178). Sum of RGB (Red+Green+Blue) = 253+179+178=610 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.48% from 610); Green value is 179 (70.31% from 255 or 29.34% from 610); Blue value is 178 (69.92% from 255 or 29.18% from 610); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB3B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDB3B2 is #024C4D. Grayscale: #C9C9C9. Windows color (decimal): -150606 or 11711485. OLE color: 11711485.
HSL color Cylindrical-coordinate representation of color #FDB3B2: hue angle of 0.8º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FDB3B2 is Cyan = 0, Magento = 0.29, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 179 | 178 | - |
| CMYK | 0 | 0.29 | 0.30 | 0.01 |
| HSL | 0.8º | 0.95% | 0.85% | - |
| HSV(B) | 0.8º | 0.3% | 0.99% | - |
| XYZ | 64.66 | 56.34 | 49.59 | - |
| YUV | 201.01 | 115.02 | 165.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 179 | 178 | 0 | 0.29 | 0.30 | 0.01 | 0.8 | 0.95 | 0.85 |
| Hex | FD | B3 | B2 | 0 | 1D | 1E | 1 | 1 | 5F | 55 |
| Octal | 375 | 263 | 262 | 0 | 35 | 36 | 1 | 1 | 137 | 125 |
| Binary | 11111101 | 10110011 | 10110010 | 0 | 11101 | 11110 | 1 | 1 | 1011111 | 1010101 |
Color Harmonies of #FDB3B2
Complementary color
Monochromatic Colors of #FDB3B2
Black with #FDB3B2
Text Example
Text Example
White with #FDB3B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB3B2; }
p { color: rgb(253,179,178); }
H1.HeaderClassName
{
color: #FDB3B2;
}
.AnyTagClassName
{
color: #FDB3B2;
}
</style>
background-color css
<style>
a { background-color: #FDB3B2; }
a { background-color: rgb(253,179,178); }
div.DivClassName
{
background-color: #FDB3B2;
}
.BgClassName
{
background-color: #FDB3B2;
}
</style>
border-color css
<style>
span { border-color: #FDB3B2; }
span { border-color: rgb(253,179,178); }
td.TdClassName
{
border-color: #FDB3B2;
}
.TagClassName
{
border-color: #FDB3B2;
}
</style>