Shades of Sundown #FDB2B2
Tints of Sundown #FDB2B2
RGB
CMYK
RGB Variations
Color information
#FDB2B2 (or 0xFDB2B2) is known color: Sundown. HEX triplet: FD, B2 and B2. RGB value is (253,178,178). Sum of RGB (Red+Green+Blue) = 253+178+178=609 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.54% from 609); Green value is 178 (69.92% from 255 or 29.23% from 609); Blue value is 178 (69.92% from 255 or 29.23% from 609); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB2B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDB2B2 is #024D4D. Grayscale: #C8C8C8. Windows color (decimal): -150862 or 11711229. OLE color: 11711229.
HSL color Cylindrical-coordinate representation of color #FDB2B2: 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.3%. Process color model (Four color, CMYK) of #FDB2B2 is Cyan = 0, Magento = 0.30, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 178 | 178 | - |
CMYK | 0 | 0.30 | 0.30 | 0.01 |
HSL | 0º | 0.95% | 0.85% | - |
HSV(B) | 0º | 0.3% | 0.99% | - |
XYZ | 64.46 | 55.94 | 49.52 | - |
YUV | 200.43 | 115.35 | 165.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 178 | 178 | 0 | 0.30 | 0.30 | 0.01 | 0 | 0.95 | 0.85 |
Hex | FD | B2 | B2 | 0 | 1E | 1E | 1 | 0 | 5F | 55 |
Octal | 375 | 262 | 262 | 0 | 36 | 36 | 1 | 0 | 137 | 125 |
Binary | 11111101 | 10110010 | 10110010 | 0 | 11110 | 11110 | 1 | 0 | 1011111 | 1010101 |
Color Harmonies of #FDB2B2
Complementary color
Monochromatic Colors of #FDB2B2
Black with #FDB2B2
Text Example
Text Example
White with #FDB2B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB2B2; }
p { color: rgb(253,178,178); }
H1.HeaderClassName
{
color: #FDB2B2;
}
.AnyTagClassName
{
color: #FDB2B2;
}
</style>
background-color css
<style>
a { background-color: #FDB2B2; }
a { background-color: rgb(253,178,178); }
div.DivClassName
{
background-color: #FDB2B2;
}
.BgClassName
{
background-color: #FDB2B2;
}
</style>
border-color css
<style>
span { border-color: #FDB2B2; }
span { border-color: rgb(253,178,178); }
td.TdClassName
{
border-color: #FDB2B2;
}
.TagClassName
{
border-color: #FDB2B2;
}
</style>