Shades of Rose Bud #FA9E9C
Tints of Rose Bud #FA9E9C
RGB
CMYK
RGB Variations
Color information
#FA9E9C (or 0xFA9E9C) is known color: Rose Bud. HEX triplet: FA, 9E and 9C. RGB value is (250,158,156). Sum of RGB (Red+Green+Blue) = 250+158+156=564 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.33% from 564); Green value is 158 (62.11% from 255 or 28.01% from 564); Blue value is 156 (61.33% from 255 or 27.66% from 564); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9E9C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA9E9C is #056163. Grayscale: #B9B9B9. Windows color (decimal): -352612 or 10264314. OLE color: 10264314.
HSL color Cylindrical-coordinate representation of color #FA9E9C: hue angle of 1.28º 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 #FA9E9C is Cyan = 0, Magento = 0.37, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 158 | 156 | - |
| CMYK | 0 | 0.37 | 0.38 | 0.02 |
| HSL | 1.28º | 0.9% | 0.8% | - |
| HSV(B) | 1.28º | 0.38% | 0.98% | - |
| XYZ | 57.65 | 47.18 | 37.52 | - |
| YUV | 185.28 | 111.48 | 174.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 158 | 156 | 0 | 0.37 | 0.38 | 0.02 | 1.28 | 0.9 | 0.8 |
| Hex | FA | 9E | 9C | 0 | 25 | 26 | 2 | 1 | 5A | 50 |
| Octal | 372 | 236 | 234 | 0 | 45 | 46 | 2 | 1 | 132 | 120 |
| Binary | 11111010 | 10011110 | 10011100 | 0 | 100101 | 100110 | 10 | 1 | 1011010 | 1010000 |
Color Harmonies of #FA9E9C
Complementary color
Monochromatic Colors of #FA9E9C
Black with #FA9E9C
Text Example
Text Example
White with #FA9E9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9E9C; }
p { color: rgb(250,158,156); }
H1.HeaderClassName
{
color: #FA9E9C;
}
.AnyTagClassName
{
color: #FA9E9C;
}
</style>
background-color css
<style>
a { background-color: #FA9E9C; }
a { background-color: rgb(250,158,156); }
div.DivClassName
{
background-color: #FA9E9C;
}
.BgClassName
{
background-color: #FA9E9C;
}
</style>
border-color css
<style>
span { border-color: #FA9E9C; }
span { border-color: rgb(250,158,156); }
td.TdClassName
{
border-color: #FA9E9C;
}
.TagClassName
{
border-color: #FA9E9C;
}
</style>