#FC9F9C

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

Shades of Rose Bud #FC9F9C

Tints of Rose Bud #FC9F9C

Color information

#FC9F9C (or 0xFC9F9C) is unknown color: approx Rose Bud. HEX triplet: FC, 9F and 9C. RGB value is (252,159,156). Sum of RGB (Red+Green+Blue) = 252+159+156=567 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.44% from 567); Green value is 159 (62.5% from 255 or 28.04% from 567); Blue value is 156 (61.33% from 255 or 27.51% from 567); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9F9C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC9F9C is #036063. Grayscale: #BABABA. Windows color (decimal): -221284 or 10264572. OLE color: 10264572.

HSL color Cylindrical-coordinate representation of color #FC9F9C: hue angle of 1.88º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FC9F9C is Cyan = 0, Magento = 0.37, Yellow = 0.38 and Black (K on CMYK) = 0.01.

Color convert

RGB252159156-
CMYK00.370.380.01
HSL1.88º94.12%80%-
HSV(B)1.88º38.1%98.82%-
XYZ58.5447.8937.61-
YUV186.46110.81174.74-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 44.44%
GREEN value IS 159 (62.5% from 255) = 28.04%
BLUE value IS 156 (61.33% from 255) = 27.51%
R=44.44%
G=28.04%
B=27.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.38
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25215915600.370.380.011.8894.1280
HexFC9F9C02526125e50
Octal3742372340454612136120
Binary111111001001111110011100010010110011011010111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC9F9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC9F9C; }

 p { color: rgb(252,159,156); }

 H1.HeaderClassName
 {
   color: #FC9F9C;
 }
 .AnyTagClassName
 {
   color: #FC9F9C;
 }
</style>
background-color css

<style>
 a { background-color: #FC9F9C; }

 a { background-color: rgb(252,159,156); }

 div.DivClassName
 {
   background-color: #FC9F9C;
 }
 .BgClassName
 {
   background-color: #FC9F9C;
 }
</style>
border-color css

<style>
 span { border-color: #FC9F9C; }

 span { border-color: rgb(252,159,156); }

 td.TdClassName
 {
   border-color: #FC9F9C;
 }
 .TagClassName
 {
   border-color: #FC9F9C;
 }
</style>