Shades of Rose Bud #FC9F99
Tints of Rose Bud #FC9F99
RGB
CMYK
RGB Variations
Color information
#FC9F99 (or 0xFC9F99) is known color: Rose Bud. HEX triplet: FC, 9F and 99. RGB value is (252,159,153). Sum of RGB (Red+Green+Blue) = 252+159+153=564 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.68% from 564); Green value is 159 (62.5% from 255 or 28.19% from 564); Blue value is 153 (60.16% from 255 or 27.13% from 564); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9F99 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC9F99 is #036066. Grayscale: #BABABA. Windows color (decimal): -221287 or 10067964. OLE color: 10067964.
HSL color Cylindrical-coordinate representation of color #FC9F99: hue angle of 3.64º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FC9F99 is Cyan = 0, Magento = 0.37, Yellow = 0.39 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 159 | 153 | - |
CMYK | 0 | 0.37 | 0.39 | 0.01 |
HSL | 3.64º | 0.94% | 0.79% | - |
HSV(B) | 3.64º | 0.39% | 0.99% | - |
XYZ | 58.29 | 47.79 | 36.29 | - |
YUV | 186.12 | 109.31 | 174.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 159 | 153 | 0 | 0.37 | 0.39 | 0.01 | 3.64 | 0.94 | 0.79 |
Hex | FC | 9F | 99 | 0 | 25 | 27 | 1 | 4 | 5E | 4F |
Octal | 374 | 237 | 231 | 0 | 45 | 47 | 1 | 4 | 136 | 117 |
Binary | 11111100 | 10011111 | 10011001 | 0 | 100101 | 100111 | 1 | 100 | 1011110 | 1001111 |
Color Harmonies of #FC9F99
Complementary color
Monochromatic Colors of #FC9F99
Black with #FC9F99
Text Example
Text Example
White with #FC9F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC9F99; }
p { color: rgb(252,159,153); }
H1.HeaderClassName
{
color: #FC9F99;
}
.AnyTagClassName
{
color: #FC9F99;
}
</style>
background-color css
<style>
a { background-color: #FC9F99; }
a { background-color: rgb(252,159,153); }
div.DivClassName
{
background-color: #FC9F99;
}
.BgClassName
{
background-color: #FC9F99;
}
</style>
border-color css
<style>
span { border-color: #FC9F99; }
span { border-color: rgb(252,159,153); }
td.TdClassName
{
border-color: #FC9F99;
}
.TagClassName
{
border-color: #FC9F99;
}
</style>