#FBA98C

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

Shades of Rose Bud #FBA98C

Tints of Rose Bud #FBA98C

Color information

#FBA98C (or 0xFBA98C) is unknown color: approx Rose Bud. HEX triplet: FB, A9 and 8C. RGB value is (251,169,140). Sum of RGB (Red+Green+Blue) = 251+169+140=560 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.82% from 560); Green value is 169 (66.41% from 255 or 30.18% from 560); Blue value is 140 (55.08% from 255 or 25% from 560); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA98C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA98C is #045673. Grayscale: #BEBEBE. Windows color (decimal): -284276 or 9218555. OLE color: 9218555.

HSL color Cylindrical-coordinate representation of color #FBA98C: hue angle of 15.68º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FBA98C is Cyan = 0, Magento = 0.33, Yellow = 0.44 and Black (K on CMYK) = 0.02.

Color convert

RGB251169140-
CMYK00.330.440.02
HSL15.68º93.28%76.67%-
HSV(B)15.68º44.22%98.43%-
XYZ58.7150.7831.52-
YUV190.2199.67171.36-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.82%
GREEN value IS 169 (66.41% from 255) = 30.18%
BLUE value IS 140 (55.08% from 255) = 25%
R=44.82%
G=30.18%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.44
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25116914000.330.440.0215.6893.2876.67
HexFBA98C0212C2105d4d
Octal37325121404154220135115
Binary1111101110101001100011000100001101100101000010111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA98C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA98C; }

 p { color: rgb(251,169,140); }

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

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

 a { background-color: rgb(251,169,140); }

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

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

 span { border-color: rgb(251,169,140); }

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