#F9AC9A

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

Shades of Rose Bud #F9AC9A

Tints of Rose Bud #F9AC9A

Color information

#F9AC9A (or 0xF9AC9A) is unknown color: approx Rose Bud. HEX triplet: F9, AC and 9A. RGB value is (249,172,154). Sum of RGB (Red+Green+Blue) = 249+172+154=575 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.30% from 575); Green value is 172 (67.58% from 255 or 29.91% from 575); Blue value is 154 (60.55% from 255 or 26.78% from 575); Max value from RGB is 249 - color contains mainly: red. Hex color #F9AC9A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9AC9A is #065365. Grayscale: #C1C1C1. Windows color (decimal): -414566 or 10136825. OLE color: 10136825.

HSL color Cylindrical-coordinate representation of color #F9AC9A: hue angle of 11.37º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F9AC9A is Cyan = 0, Magento = 0.31, Yellow = 0.38 and Black (K on CMYK) = 0.02.

Color convert

RGB249172154-
CMYK00.310.380.02
HSL11.37º88.79%79.02%-
HSV(B)11.37º38.15%97.65%-
XYZ59.6551.9837.46-
YUV192.97106.01167.96-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 43.30%
GREEN value IS 172 (67.58% from 255) = 29.91%
BLUE value IS 154 (60.55% from 255) = 26.78%
R=43.30%
G=29.91%
B=26.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.38
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24917215400.310.380.0211.3788.7979.02
HexF9AC9A01F262b594f
Octal37125423203746213131117
Binary11111001101011001001101001111110011010101110110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9AC9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9AC9A; }

 p { color: rgb(249,172,154); }

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

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

 a { background-color: rgb(249,172,154); }

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

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

 span { border-color: rgb(249,172,154); }

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