#FBA79A

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

Shades of Rose Bud #FBA79A

Tints of Rose Bud #FBA79A

Color information

#FBA79A (or 0xFBA79A) is unknown color: approx Rose Bud. HEX triplet: FB, A7 and 9A. RGB value is (251,167,154). Sum of RGB (Red+Green+Blue) = 251+167+154=572 (75% of max value = 765). Red value is 251 (98.44% from 255 or 43.88% from 572); Green value is 167 (65.62% from 255 or 29.20% from 572); Blue value is 154 (60.55% from 255 or 26.92% from 572); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA79A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA79A is #045865. Grayscale: #BEBEBE. Windows color (decimal): -284774 or 10135547. OLE color: 10135547.

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

Color convert

RGB251167154-
CMYK00.330.390.02
HSL8.04º92.38%79.41%-
HSV(B)8.04º38.65%98.43%-
XYZ59.4450.4837.18-
YUV190.63107.33171.06-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 43.88%
GREEN value IS 167 (65.62% from 255) = 29.20%
BLUE value IS 154 (60.55% from 255) = 26.92%
R=43.88%
G=29.20%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.39
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25116715400.330.390.028.0492.3879.41
HexFBA79A02127285c4f
Octal37324723204147210134117
Binary111110111010011110011010010000110011110100010111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA79A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA79A; }

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

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

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

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

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

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

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

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