Shades of Rose Bud #FFAFA2
Tints of Rose Bud #FFAFA2
RGB
CMYK
RGB Variations
Color information
#FFAFA2 (or 0xFFAFA2) is known color: Rose Bud. HEX triplet: FF, AF and A2. RGB value is (255,175,162). Sum of RGB (Red+Green+Blue) = 255+175+162=592 (78% of max value = 765). Red value is 255 (100% from 255 or 43.07% from 592); Green value is 175 (68.75% from 255 or 29.56% from 592); Blue value is 162 (63.67% from 255 or 27.36% from 592); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAFA2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFAFA2 is #00505D. Grayscale: #C5C5C5. Windows color (decimal): -20574 or 10661887. OLE color: 10661887.
HSL color Cylindrical-coordinate representation of color #FFAFA2: hue angle of 8.39º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FFAFA2 is Cyan = 0, Magento = 0.31, Yellow = 0.36 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 175 | 162 | - |
| CMYK | 0 | 0.31 | 0.36 | 0 |
| HSL | 8.39º | 1% | 0.82% | - |
| HSV(B) | 8.39º | 0.36% | 1% | - |
| XYZ | 63.09 | 54.53 | 41.38 | - |
| YUV | 197.44 | 108 | 169.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 175 | 162 | 0 | 0.31 | 0.36 | 0 | 8.39 | 1 | 0.82 |
| Hex | FF | AF | A2 | 0 | 1F | 24 | 0 | 8 | 64 | 52 |
| Octal | 377 | 257 | 242 | 0 | 37 | 44 | 0 | 10 | 144 | 122 |
| Binary | 11111111 | 10101111 | 10100010 | 0 | 11111 | 100100 | 0 | 1000 | 1100100 | 1010010 |
Color Harmonies of #FFAFA2
Complementary color
Monochromatic Colors of #FFAFA2
Black with #FFAFA2
Text Example
Text Example
White with #FFAFA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAFA2; }
p { color: rgb(255,175,162); }
H1.HeaderClassName
{
color: #FFAFA2;
}
.AnyTagClassName
{
color: #FFAFA2;
}
</style>
background-color css
<style>
a { background-color: #FFAFA2; }
a { background-color: rgb(255,175,162); }
div.DivClassName
{
background-color: #FFAFA2;
}
.BgClassName
{
background-color: #FFAFA2;
}
</style>
border-color css
<style>
span { border-color: #FFAFA2; }
span { border-color: rgb(255,175,162); }
td.TdClassName
{
border-color: #FFAFA2;
}
.TagClassName
{
border-color: #FFAFA2;
}
</style>