Shades of Sundown #FDB1AC
Tints of Sundown #FDB1AC
RGB
CMYK
RGB Variations
Color information
#FDB1AC (or 0xFDB1AC) is known color: Sundown. HEX triplet: FD, B1 and AC. RGB value is (253,177,172). Sum of RGB (Red+Green+Blue) = 253+177+172=602 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.03% from 602); Green value is 177 (69.53% from 255 or 29.40% from 602); Blue value is 172 (67.58% from 255 or 28.57% from 602); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB1AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDB1AC is #024E53. Grayscale: #C7C7C7. Windows color (decimal): -151124 or 11317757. OLE color: 11317757.
HSL color Cylindrical-coordinate representation of color #FDB1AC: hue angle of 3.7º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FDB1AC is Cyan = 0, Magento = 0.30, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 177 | 172 | - |
CMYK | 0 | 0.30 | 0.32 | 0.01 |
HSL | 3.7º | 0.95% | 0.83% | - |
HSV(B) | 3.7º | 0.32% | 0.99% | - |
XYZ | 63.68 | 55.31 | 46.35 | - |
YUV | 199.15 | 112.68 | 166.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 177 | 172 | 0 | 0.30 | 0.32 | 0.01 | 3.7 | 0.95 | 0.83 |
Hex | FD | B1 | AC | 0 | 1E | 20 | 1 | 4 | 5F | 53 |
Octal | 375 | 261 | 254 | 0 | 36 | 40 | 1 | 4 | 137 | 123 |
Binary | 11111101 | 10110001 | 10101100 | 0 | 11110 | 100000 | 1 | 100 | 1011111 | 1010011 |
Color Harmonies of #FDB1AC
Complementary color
Monochromatic Colors of #FDB1AC
Black with #FDB1AC
Text Example
Text Example
White with #FDB1AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB1AC; }
p { color: rgb(253,177,172); }
H1.HeaderClassName
{
color: #FDB1AC;
}
.AnyTagClassName
{
color: #FDB1AC;
}
</style>
background-color css
<style>
a { background-color: #FDB1AC; }
a { background-color: rgb(253,177,172); }
div.DivClassName
{
background-color: #FDB1AC;
}
.BgClassName
{
background-color: #FDB1AC;
}
</style>
border-color css
<style>
span { border-color: #FDB1AC; }
span { border-color: rgb(253,177,172); }
td.TdClassName
{
border-color: #FDB1AC;
}
.TagClassName
{
border-color: #FDB1AC;
}
</style>