#FAB199

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

Shades of Rose Bud #FAB199

Tints of Rose Bud #FAB199

Color information

#FAB199 (or 0xFAB199) is unknown color: approx Rose Bud. HEX triplet: FA, B1 and 99. RGB value is (250,177,153). Sum of RGB (Red+Green+Blue) = 250+177+153=580 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.10% from 580); Green value is 177 (69.53% from 255 or 30.52% from 580); Blue value is 153 (60.16% from 255 or 26.38% from 580); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB199 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAB199 is #054E66. Grayscale: #C4C4C4. Windows color (decimal): -347751 or 10072570. OLE color: 10072570.

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

Color convert

RGB250177153-
CMYK00.290.390.02
HSL14.85º90.65%79.02%-
HSV(B)14.85º38.8%98.04%-
XYZ60.954.0737.36-
YUV196.09103.68166.45-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.10%
GREEN value IS 177 (69.53% from 255) = 30.52%
BLUE value IS 153 (60.16% from 255) = 26.38%
R=43.10%
G=30.52%
B=26.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.39
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017715300.290.390.0214.8590.6579.02
HexFAB19901D272f5b4f
Octal37226123103547217133117
Binary11111010101100011001100101110110011110111110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB199; }

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

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

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

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

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

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

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

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