Shades of Sundown #FDB2AA
Tints of Sundown #FDB2AA
RGB
CMYK
RGB Variations
Color information
#FDB2AA (or 0xFDB2AA) is known color: Sundown. HEX triplet: FD, B2 and AA. RGB value is (253,178,170). Sum of RGB (Red+Green+Blue) = 253+178+170=601 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.10% from 601); Green value is 178 (69.92% from 255 or 29.62% from 601); Blue value is 170 (66.80% from 255 or 28.29% from 601); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB2AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDB2AA is #024D55. Grayscale: #C7C7C7. Windows color (decimal): -150870 or 11186941. OLE color: 11186941.
HSL color Cylindrical-coordinate representation of color #FDB2AA: hue angle of 5.78º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FDB2AA is Cyan = 0, Magento = 0.30, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 178 | 170 | - |
CMYK | 0 | 0.30 | 0.33 | 0.01 |
HSL | 5.78º | 0.95% | 0.83% | - |
HSV(B) | 5.78º | 0.33% | 0.99% | - |
XYZ | 63.68 | 55.63 | 45.41 | - |
YUV | 199.51 | 111.35 | 166.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 178 | 170 | 0 | 0.30 | 0.33 | 0.01 | 5.78 | 0.95 | 0.83 |
Hex | FD | B2 | AA | 0 | 1E | 21 | 1 | 6 | 5F | 53 |
Octal | 375 | 262 | 252 | 0 | 36 | 41 | 1 | 6 | 137 | 123 |
Binary | 11111101 | 10110010 | 10101010 | 0 | 11110 | 100001 | 1 | 110 | 1011111 | 1010011 |
Color Harmonies of #FDB2AA
Complementary color
Monochromatic Colors of #FDB2AA
Black with #FDB2AA
Text Example
Text Example
White with #FDB2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB2AA; }
p { color: rgb(253,178,170); }
H1.HeaderClassName
{
color: #FDB2AA;
}
.AnyTagClassName
{
color: #FDB2AA;
}
</style>
background-color css
<style>
a { background-color: #FDB2AA; }
a { background-color: rgb(253,178,170); }
div.DivClassName
{
background-color: #FDB2AA;
}
.BgClassName
{
background-color: #FDB2AA;
}
</style>
border-color css
<style>
span { border-color: #FDB2AA; }
span { border-color: rgb(253,178,170); }
td.TdClassName
{
border-color: #FDB2AA;
}
.TagClassName
{
border-color: #FDB2AA;
}
</style>