Shades of Rose Bud #FDA7A1
Tints of Rose Bud #FDA7A1
RGB
CMYK
RGB Variations
Color information
#FDA7A1 (or 0xFDA7A1) is known color: Rose Bud. HEX triplet: FD, A7 and A1. RGB value is (253,167,161). Sum of RGB (Red+Green+Blue) = 253+167+161=581 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.55% from 581); Green value is 167 (65.62% from 255 or 28.74% from 581); Blue value is 161 (63.28% from 255 or 27.71% from 581); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA7A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA7A1 is #02585E. Grayscale: #C0C0C0. Windows color (decimal): -153695 or 10594301. OLE color: 10594301.
HSL color Cylindrical-coordinate representation of color #FDA7A1: hue angle of 3.91º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FDA7A1 is Cyan = 0, Magento = 0.34, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 167 | 161 | - |
CMYK | 0 | 0.34 | 0.36 | 0.01 |
HSL | 3.91º | 0.96% | 0.81% | - |
HSV(B) | 3.91º | 0.36% | 0.99% | - |
XYZ | 60.76 | 51.09 | 40.38 | - |
YUV | 192.03 | 110.49 | 171.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 167 | 161 | 0 | 0.34 | 0.36 | 0.01 | 3.91 | 0.96 | 0.81 |
Hex | FD | A7 | A1 | 0 | 22 | 24 | 1 | 4 | 60 | 51 |
Octal | 375 | 247 | 241 | 0 | 42 | 44 | 1 | 4 | 140 | 121 |
Binary | 11111101 | 10100111 | 10100001 | 0 | 100010 | 100100 | 1 | 100 | 1100000 | 1010001 |
Color Harmonies of #FDA7A1
Complementary color
Monochromatic Colors of #FDA7A1
Black with #FDA7A1
Text Example
Text Example
White with #FDA7A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA7A1; }
p { color: rgb(253,167,161); }
H1.HeaderClassName
{
color: #FDA7A1;
}
.AnyTagClassName
{
color: #FDA7A1;
}
</style>
background-color css
<style>
a { background-color: #FDA7A1; }
a { background-color: rgb(253,167,161); }
div.DivClassName
{
background-color: #FDA7A1;
}
.BgClassName
{
background-color: #FDA7A1;
}
</style>
border-color css
<style>
span { border-color: #FDA7A1; }
span { border-color: rgb(253,167,161); }
td.TdClassName
{
border-color: #FDA7A1;
}
.TagClassName
{
border-color: #FDA7A1;
}
</style>