#FBA89E

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

Shades of Rose Bud #FBA89E

Tints of Rose Bud #FBA89E

Color information

#FBA89E (or 0xFBA89E) is unknown color: approx Rose Bud. HEX triplet: FB, A8 and 9E. RGB value is (251,168,158). Sum of RGB (Red+Green+Blue) = 251+168+158=577 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.50% from 577); Green value is 168 (66.02% from 255 or 29.12% from 577); Blue value is 158 (62.11% from 255 or 27.38% from 577); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA89E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA89E is #045761. Grayscale: #BFBFBF. Windows color (decimal): -284514 or 10397947. OLE color: 10397947.

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

Color convert

RGB251168158-
CMYK00.330.370.02
HSL6.45º92.08%80.2%-
HSV(B)6.45º37.05%98.43%-
XYZ59.9650.9839.03-
YUV191.68109170.31-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 43.50%
GREEN value IS 168 (66.02% from 255) = 29.12%
BLUE value IS 158 (62.11% from 255) = 27.38%
R=43.50%
G=29.12%
B=27.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.37
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25116815800.330.370.026.4592.0880.2
HexFBA89E02125265c50
Octal3732502360414526134120
Binary11111011101010001001111001000011001011011010111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA89E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA89E; }

 p { color: rgb(251,168,158); }

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

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

 a { background-color: rgb(251,168,158); }

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

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

 span { border-color: rgb(251,168,158); }

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