#FAB099

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

Shades of Rose Bud #FAB099

Tints of Rose Bud #FAB099

Color information

#FAB099 (or 0xFAB099) is unknown color: approx Rose Bud. HEX triplet: FA, B0 and 99. RGB value is (250,176,153). Sum of RGB (Red+Green+Blue) = 250+176+153=579 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.18% from 579); Green value is 176 (69.14% from 255 or 30.40% from 579); Blue value is 153 (60.16% from 255 or 26.42% from 579); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB099 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAB099 is #054F66. Grayscale: #C3C3C3. Windows color (decimal): -348007 or 10072314. OLE color: 10072314.

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

Color convert

RGB250176153-
CMYK00.300.390.02
HSL14.23º90.65%79.02%-
HSV(B)14.23º38.8%98.04%-
XYZ60.753.6737.3-
YUV195.5104.02166.87-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.18%
GREEN value IS 176 (69.14% from 255) = 30.40%
BLUE value IS 153 (60.16% from 255) = 26.42%
R=43.18%
G=30.40%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.39
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017615300.300.390.0214.2390.6579.02
HexFAB09901E272e5b4f
Octal37226023103647216133117
Binary11111010101100001001100101111010011110111010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB099; }

 p { color: rgb(250,176,153); }

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

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

 a { background-color: rgb(250,176,153); }

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

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

 span { border-color: rgb(250,176,153); }

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