Shades of Rose Bud #FDB4A2
Tints of Rose Bud #FDB4A2
RGB
CMYK
RGB Variations
Color information
#FDB4A2 (or 0xFDB4A2) is known color: Rose Bud. HEX triplet: FD, B4 and A2. RGB value is (253,180,162). Sum of RGB (Red+Green+Blue) = 253+180+162=595 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.52% from 595); Green value is 180 (70.70% from 255 or 30.25% from 595); Blue value is 162 (63.67% from 255 or 27.23% from 595); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB4A2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDB4A2 is #024B5D. Grayscale: #C7C7C7. Windows color (decimal): -150366 or 10663165. OLE color: 10663165.
HSL color Cylindrical-coordinate representation of color #FDB4A2: hue angle of 11.87º 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 #FDB4A2 is Cyan = 0, Magento = 0.29, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 180 | 162 | - |
| CMYK | 0 | 0.29 | 0.36 | 0.01 |
| HSL | 11.87º | 0.96% | 0.81% | - |
| HSV(B) | 11.87º | 0.36% | 0.99% | - |
| XYZ | 63.35 | 56.13 | 41.68 | - |
| YUV | 199.78 | 106.68 | 165.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 180 | 162 | 0 | 0.29 | 0.36 | 0.01 | 11.87 | 0.96 | 0.81 |
| Hex | FD | B4 | A2 | 0 | 1D | 24 | 1 | C | 60 | 51 |
| Octal | 375 | 264 | 242 | 0 | 35 | 44 | 1 | 14 | 140 | 121 |
| Binary | 11111101 | 10110100 | 10100010 | 0 | 11101 | 100100 | 1 | 1100 | 1100000 | 1010001 |
Color Harmonies of #FDB4A2
Complementary color
Monochromatic Colors of #FDB4A2
Black with #FDB4A2
Text Example
Text Example
White with #FDB4A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB4A2; }
p { color: rgb(253,180,162); }
H1.HeaderClassName
{
color: #FDB4A2;
}
.AnyTagClassName
{
color: #FDB4A2;
}
</style>
background-color css
<style>
a { background-color: #FDB4A2; }
a { background-color: rgb(253,180,162); }
div.DivClassName
{
background-color: #FDB4A2;
}
.BgClassName
{
background-color: #FDB4A2;
}
</style>
border-color css
<style>
span { border-color: #FDB4A2; }
span { border-color: rgb(253,180,162); }
td.TdClassName
{
border-color: #FDB4A2;
}
.TagClassName
{
border-color: #FDB4A2;
}
</style>