#FBA79B

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

Shades of Rose Bud #FBA79B

Tints of Rose Bud #FBA79B

Color information

#FBA79B (or 0xFBA79B) is unknown color: approx Rose Bud. HEX triplet: FB, A7 and 9B. RGB value is (251,167,155). Sum of RGB (Red+Green+Blue) = 251+167+155=573 (75% of max value = 765). Red value is 251 (98.44% from 255 or 43.80% from 573); Green value is 167 (65.62% from 255 or 29.14% from 573); Blue value is 155 (60.94% from 255 or 27.05% from 573); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA79B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA79B is #045864. Grayscale: #BEBEBE. Windows color (decimal): -284773 or 10201083. OLE color: 10201083.

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

Color convert

RGB251167155-
CMYK00.330.380.02
HSL7.5º92.31%79.61%-
HSV(B)7.5º38.25%98.43%-
XYZ59.5250.5137.62-
YUV190.75107.83170.98-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 43.80%
GREEN value IS 167 (65.62% from 255) = 29.14%
BLUE value IS 155 (60.94% from 255) = 27.05%
R=43.80%
G=29.14%
B=27.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.38
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25116715500.330.380.027.592.3179.61
HexFBA79B02126285c50
Octal37324723304146210134120
Binary111110111010011110011011010000110011010100010111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA79B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA79B; }

 p { color: rgb(251,167,155); }

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

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

 a { background-color: rgb(251,167,155); }

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

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

 span { border-color: rgb(251,167,155); }

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