#F9B09A

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

Shades of Rose Bud #F9B09A

Tints of Rose Bud #F9B09A

Color information

#F9B09A (or 0xF9B09A) is unknown color: approx Rose Bud. HEX triplet: F9, B0 and 9A. RGB value is (249,176,154). Sum of RGB (Red+Green+Blue) = 249+176+154=579 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.01% from 579); Green value is 176 (69.14% from 255 or 30.40% from 579); Blue value is 154 (60.55% from 255 or 26.60% from 579); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B09A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9B09A is #064F65. Grayscale: #C3C3C3. Windows color (decimal): -413542 or 10137849. OLE color: 10137849.

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

Color convert

RGB249176154-
CMYK00.290.380.02
HSL13.89º88.79%79.02%-
HSV(B)13.89º38.15%97.65%-
XYZ60.4253.5237.72-
YUV195.32104.68166.29-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 43.01%
GREEN value IS 176 (69.14% from 255) = 30.40%
BLUE value IS 154 (60.55% from 255) = 26.60%
R=43.01%
G=30.40%
B=26.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.38
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24917615400.290.380.0213.8988.7979.02
HexF9B09A01D262e594f
Octal37126023203546216131117
Binary11111001101100001001101001110110011010111010110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9B09A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9B09A; }

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

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

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

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

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

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

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

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