Shades of Rose Bud #FFA69C
Tints of Rose Bud #FFA69C
RGB
CMYK
RGB Variations
Color information
#FFA69C (or 0xFFA69C) is known color: Rose Bud. HEX triplet: FF, A6 and 9C. RGB value is (255,166,156). Sum of RGB (Red+Green+Blue) = 255+166+156=577 (76% of max value = 765). Red value is 255 (100% from 255 or 44.19% from 577); Green value is 166 (65.23% from 255 or 28.77% from 577); Blue value is 156 (61.33% from 255 or 27.04% from 577); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA69C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA69C is #005963. Grayscale: #BFBFBF. Windows color (decimal): -22884 or 10266367. OLE color: 10266367.
HSL color Cylindrical-coordinate representation of color #FFA69C: hue angle of 6.06º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FFA69C is Cyan = 0, Magento = 0.35, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 166 | 156 | - |
| CMYK | 0 | 0.35 | 0.39 | 0 |
| HSL | 6.06º | 1% | 0.81% | - |
| HSV(B) | 6.06º | 0.39% | 1% | - |
| XYZ | 60.88 | 50.93 | 38.07 | - |
| YUV | 191.47 | 107.99 | 173.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 166 | 156 | 0 | 0.35 | 0.39 | 0 | 6.06 | 1 | 0.81 |
| Hex | FF | A6 | 9C | 0 | 23 | 27 | 0 | 6 | 64 | 51 |
| Octal | 377 | 246 | 234 | 0 | 43 | 47 | 0 | 6 | 144 | 121 |
| Binary | 11111111 | 10100110 | 10011100 | 0 | 100011 | 100111 | 0 | 110 | 1100100 | 1010001 |
Color Harmonies of #FFA69C
Complementary color
Monochromatic Colors of #FFA69C
Black with #FFA69C
Text Example
Text Example
White with #FFA69C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA69C; }
p { color: rgb(255,166,156); }
H1.HeaderClassName
{
color: #FFA69C;
}
.AnyTagClassName
{
color: #FFA69C;
}
</style>
background-color css
<style>
a { background-color: #FFA69C; }
a { background-color: rgb(255,166,156); }
div.DivClassName
{
background-color: #FFA69C;
}
.BgClassName
{
background-color: #FFA69C;
}
</style>
border-color css
<style>
span { border-color: #FFA69C; }
span { border-color: rgb(255,166,156); }
td.TdClassName
{
border-color: #FFA69C;
}
.TagClassName
{
border-color: #FFA69C;
}
</style>