#FC9E99

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

Shades of Rose Bud #FC9E99

Tints of Rose Bud #FC9E99

Color information

#FC9E99 (or 0xFC9E99) is unknown color: approx Rose Bud. HEX triplet: FC, 9E and 99. RGB value is (252,158,153). Sum of RGB (Red+Green+Blue) = 252+158+153=563 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.76% from 563); Green value is 158 (62.11% from 255 or 28.06% from 563); Blue value is 153 (60.16% from 255 or 27.18% from 563); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9E99 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC9E99 is #036166. Grayscale: #B9B9B9. Windows color (decimal): -221543 or 10067708. OLE color: 10067708.

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

Color convert

RGB252158153-
CMYK00.370.390.01
HSL3.03º94.29%79.41%-
HSV(B)3.03º39.29%98.82%-
XYZ58.1247.4536.23-
YUV185.54109.64175.41-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 44.76%
GREEN value IS 158 (62.11% from 255) = 28.06%
BLUE value IS 153 (60.16% from 255) = 27.18%
R=44.76%
G=28.06%
B=27.18%

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
Decimal25215815300.370.390.013.0394.2979.41
HexFC9E9902527135e4f
Octal3742362310454713136117
Binary111111001001111010011001010010110011111110111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC9E99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC9E99; }

 p { color: rgb(252,158,153); }

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

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

 a { background-color: rgb(252,158,153); }

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

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

 span { border-color: rgb(252,158,153); }

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