#FBA79F

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

Shades of Rose Bud #FBA79F

Tints of Rose Bud #FBA79F

Color information

#FBA79F (or 0xFBA79F) is unknown color: approx Rose Bud. HEX triplet: FB, A7 and 9F. RGB value is (251,167,159). Sum of RGB (Red+Green+Blue) = 251+167+159=577 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.50% from 577); Green value is 167 (65.62% from 255 or 28.94% from 577); Blue value is 159 (62.5% from 255 or 27.56% from 577); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA79F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA79F is #045860. Grayscale: #BFBFBF. Windows color (decimal): -284769 or 10463227. OLE color: 10463227.

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

Color convert

RGB251167159-
CMYK00.330.370.02
HSL5.22º92%80.39%-
HSV(B)5.22º36.65%98.43%-
XYZ59.8650.6539.42-
YUV191.2109.83170.65-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 43.50%
GREEN value IS 167 (65.62% from 255) = 28.94%
BLUE value IS 159 (62.5% from 255) = 27.56%
R=43.50%
G=28.94%
B=27.56%

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
Decimal25116715900.330.370.025.229280.39
HexFBA79F02125255c50
Octal3732472370414525134120
Binary11111011101001111001111101000011001011010110111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA79F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA79F; }

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

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

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

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

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

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

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

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