#FC9D9C

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

Shades of Rose Bud #FC9D9C

Tints of Rose Bud #FC9D9C

Color information

#FC9D9C (or 0xFC9D9C) is unknown color: approx Rose Bud. HEX triplet: FC, 9D and 9C. RGB value is (252,157,156). Sum of RGB (Red+Green+Blue) = 252+157+156=565 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.60% from 565); Green value is 157 (61.72% from 255 or 27.79% from 565); Blue value is 156 (61.33% from 255 or 27.61% from 565); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9D9C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC9D9C is #036263. Grayscale: #B9B9B9. Windows color (decimal): -221796 or 10264060. OLE color: 10264060.

HSL color Cylindrical-coordinate representation of color #FC9D9C: hue angle of 0.63º 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 #FC9D9C is Cyan = 0, Magento = 0.38, Yellow = 0.38 and Black (K on CMYK) = 0.01.

Color convert

RGB252157156-
CMYK00.380.380.01
HSL0.63º94.12%80%-
HSV(B)0.63º38.1%98.82%-
XYZ58.247.2137.5-
YUV185.29111.47175.58-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 44.60%
GREEN value IS 157 (61.72% from 255) = 27.79%
BLUE value IS 156 (61.33% from 255) = 27.61%
R=44.60%
G=27.79%
B=27.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.38
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25215715600.380.380.010.6394.1280
HexFC9D9C02626115e50
Octal3742352340464611136120
Binary11111100100111011001110001001101001101110111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC9D9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC9D9C; }

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

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

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

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

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

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

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

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