#FBA79D

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

Shades of Rose Bud #FBA79D

Tints of Rose Bud #FBA79D

Color information

#FBA79D (or 0xFBA79D) is unknown color: approx Rose Bud. HEX triplet: FB, A7 and 9D. RGB value is (251,167,157). Sum of RGB (Red+Green+Blue) = 251+167+157=575 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.65% from 575); Green value is 167 (65.62% from 255 or 29.04% from 575); Blue value is 157 (61.72% from 255 or 27.30% from 575); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA79D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA79D is #045862. Grayscale: #BFBFBF. Windows color (decimal): -284771 or 10332155. OLE color: 10332155.

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

Color convert

RGB251167157-
CMYK00.330.370.02
HSL6.38º92.16%80%-
HSV(B)6.38º37.45%98.43%-
XYZ59.6950.5838.52-
YUV190.98108.83170.81-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 43.65%
GREEN value IS 167 (65.62% from 255) = 29.04%
BLUE value IS 157 (61.72% from 255) = 27.30%
R=43.65%
G=29.04%
B=27.30%

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
Decimal25116715700.330.370.026.3892.1680
HexFBA79D02125265c50
Octal3732472350414526134120
Binary11111011101001111001110101000011001011011010111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA79D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA79D; }

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

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

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

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

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

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

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

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