Shades of Sundown #FDB4B3
Tints of Sundown #FDB4B3
RGB
CMYK
RGB Variations
Color information
#FDB4B3 (or 0xFDB4B3) is known color: Sundown. HEX triplet: FD, B4 and B3. RGB value is (253,180,179). Sum of RGB (Red+Green+Blue) = 253+180+179=612 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.34% from 612); Green value is 180 (70.70% from 255 or 29.41% from 612); Blue value is 179 (70.31% from 255 or 29.25% from 612); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB4B3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDB4B3 is #024B4C. Grayscale: #C9C9C9. Windows color (decimal): -150349 or 11777277. OLE color: 11777277.
HSL color Cylindrical-coordinate representation of color #FDB4B3: hue angle of 0.81º 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 #FDB4B3 is Cyan = 0, Magento = 0.29, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 180 | 179 | - |
| CMYK | 0 | 0.29 | 0.29 | 0.01 |
| HSL | 0.81º | 0.95% | 0.85% | - |
| HSV(B) | 0.81º | 0.29% | 0.99% | - |
| XYZ | 64.97 | 56.78 | 50.18 | - |
| YUV | 201.71 | 115.18 | 164.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 180 | 179 | 0 | 0.29 | 0.29 | 0.01 | 0.81 | 0.95 | 0.85 |
| Hex | FD | B4 | B3 | 0 | 1D | 1D | 1 | 1 | 5F | 55 |
| Octal | 375 | 264 | 263 | 0 | 35 | 35 | 1 | 1 | 137 | 125 |
| Binary | 11111101 | 10110100 | 10110011 | 0 | 11101 | 11101 | 1 | 1 | 1011111 | 1010101 |
Color Harmonies of #FDB4B3
Complementary color
Monochromatic Colors of #FDB4B3
Black with #FDB4B3
Text Example
Text Example
White with #FDB4B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB4B3; }
p { color: rgb(253,180,179); }
H1.HeaderClassName
{
color: #FDB4B3;
}
.AnyTagClassName
{
color: #FDB4B3;
}
</style>
background-color css
<style>
a { background-color: #FDB4B3; }
a { background-color: rgb(253,180,179); }
div.DivClassName
{
background-color: #FDB4B3;
}
.BgClassName
{
background-color: #FDB4B3;
}
</style>
border-color css
<style>
span { border-color: #FDB4B3; }
span { border-color: rgb(253,180,179); }
td.TdClassName
{
border-color: #FDB4B3;
}
.TagClassName
{
border-color: #FDB4B3;
}
</style>