Shades of Rose Bud #FEAB9A
Tints of Rose Bud #FEAB9A
RGB
CMYK
RGB Variations
Color information
#FEAB9A (or 0xFEAB9A) is known color: Rose Bud. HEX triplet: FE, AB and 9A. RGB value is (254,171,154). Sum of RGB (Red+Green+Blue) = 254+171+154=579 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.87% from 579); Green value is 171 (67.19% from 255 or 29.53% from 579); Blue value is 154 (60.55% from 255 or 26.60% from 579); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAB9A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEAB9A is #015465. Grayscale: #C2C2C2. Windows color (decimal): -87142 or 10136574. OLE color: 10136574.
HSL color Cylindrical-coordinate representation of color #FEAB9A: hue angle of 10.2º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FEAB9A is Cyan = 0, Magento = 0.33, Yellow = 0.39 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 171 | 154 | - |
CMYK | 0 | 0.33 | 0.39 | 0.00 |
HSL | 10.2º | 0.98% | 0.8% | - |
HSV(B) | 10.2º | 0.39% | 1% | - |
XYZ | 61.27 | 52.53 | 37.48 | - |
YUV | 193.88 | 105.5 | 170.88 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 171 | 154 | 0 | 0.33 | 0.39 | 0.00 | 10.2 | 0.98 | 0.8 |
Hex | FE | AB | 9A | 0 | 21 | 27 | 0 | A | 62 | 50 |
Octal | 376 | 253 | 232 | 0 | 41 | 47 | 0 | 12 | 142 | 120 |
Binary | 11111110 | 10101011 | 10011010 | 0 | 100001 | 100111 | 0 | 1010 | 1100010 | 1010000 |
Color Harmonies of #FEAB9A
Complementary color
Monochromatic Colors of #FEAB9A
Black with #FEAB9A
Text Example
Text Example
White with #FEAB9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEAB9A; }
p { color: rgb(254,171,154); }
H1.HeaderClassName
{
color: #FEAB9A;
}
.AnyTagClassName
{
color: #FEAB9A;
}
</style>
background-color css
<style>
a { background-color: #FEAB9A; }
a { background-color: rgb(254,171,154); }
div.DivClassName
{
background-color: #FEAB9A;
}
.BgClassName
{
background-color: #FEAB9A;
}
</style>
border-color css
<style>
span { border-color: #FEAB9A; }
span { border-color: rgb(254,171,154); }
td.TdClassName
{
border-color: #FEAB9A;
}
.TagClassName
{
border-color: #FEAB9A;
}
</style>