Shades of Rose Bud #FA9D9C
Tints of Rose Bud #FA9D9C
RGB
CMYK
RGB Variations
Color information
#FA9D9C (or 0xFA9D9C) is known color: Rose Bud. HEX triplet: FA, 9D and 9C. RGB value is (250,157,156). Sum of RGB (Red+Green+Blue) = 250+157+156=563 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.40% from 563); Green value is 157 (61.72% from 255 or 27.89% from 563); Blue value is 156 (61.33% from 255 or 27.71% from 563); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9D9C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA9D9C is #056263. Grayscale: #B8B8B8. Windows color (decimal): -352868 or 10264058. OLE color: 10264058.
HSL color Cylindrical-coordinate representation of color #FA9D9C: hue angle of 0.64º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FA9D9C is Cyan = 0, Magento = 0.37, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 157 | 156 | - |
| CMYK | 0 | 0.37 | 0.38 | 0.02 |
| HSL | 0.64º | 0.9% | 0.8% | - |
| HSV(B) | 0.64º | 0.38% | 0.98% | - |
| XYZ | 57.48 | 46.84 | 37.46 | - |
| YUV | 184.69 | 111.81 | 174.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 157 | 156 | 0 | 0.37 | 0.38 | 0.02 | 0.64 | 0.9 | 0.8 |
| Hex | FA | 9D | 9C | 0 | 25 | 26 | 2 | 1 | 5A | 50 |
| Octal | 372 | 235 | 234 | 0 | 45 | 46 | 2 | 1 | 132 | 120 |
| Binary | 11111010 | 10011101 | 10011100 | 0 | 100101 | 100110 | 10 | 1 | 1011010 | 1010000 |
Color Harmonies of #FA9D9C
Complementary color
Monochromatic Colors of #FA9D9C
Black with #FA9D9C
Text Example
Text Example
White with #FA9D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9D9C; }
p { color: rgb(250,157,156); }
H1.HeaderClassName
{
color: #FA9D9C;
}
.AnyTagClassName
{
color: #FA9D9C;
}
</style>
background-color css
<style>
a { background-color: #FA9D9C; }
a { background-color: rgb(250,157,156); }
div.DivClassName
{
background-color: #FA9D9C;
}
.BgClassName
{
background-color: #FA9D9C;
}
</style>
border-color css
<style>
span { border-color: #FA9D9C; }
span { border-color: rgb(250,157,156); }
td.TdClassName
{
border-color: #FA9D9C;
}
.TagClassName
{
border-color: #FA9D9C;
}
</style>