#FC9F99

Color #FC9F99 Rose Bud (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rose Bud #FC9F99

Tints of Rose Bud #FC9F99

Color information

#FC9F99 (or 0xFC9F99) is unknown color: approx 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

RGB252159153-
CMYK00.370.390.01
HSL3.64º94.29%79.41%-
HSV(B)3.64º39.29%98.82%-
XYZ58.2947.7936.29-
YUV186.12109.31174.99-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 252 (98.83% from 255) = 44.68%
GREEN value IS 159 (62.5% from 255) = 28.19%
BLUE value IS 153 (60.16% from 255) = 27.13%
R=44.68%
G=28.19%
B=27.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.39
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25215915300.370.390.013.6494.2979.41
HexFC9F9902527145e4f
Octal3742372310454714136117
Binary1111110010011111100110010100101100111110010111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC9F99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>