#FBA795

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

Shades of Rose Bud #FBA795

Tints of Rose Bud #FBA795

Color information

#FBA795 (or 0xFBA795) is unknown color: approx Rose Bud. HEX triplet: FB, A7 and 95. RGB value is (251,167,149). Sum of RGB (Red+Green+Blue) = 251+167+149=567 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.27% from 567); Green value is 167 (65.62% from 255 or 29.45% from 567); Blue value is 149 (58.59% from 255 or 26.28% from 567); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA795 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA795 is #04586A. Grayscale: #BEBEBE. Windows color (decimal): -284779 or 9807867. OLE color: 9807867.

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

Color convert

RGB251167149-
CMYK00.330.410.02
HSL10.59º92.73%78.43%-
HSV(B)10.59º40.64%98.43%-
XYZ59.0350.3235.03-
YUV190.06104.83171.46-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.27%
GREEN value IS 167 (65.62% from 255) = 29.45%
BLUE value IS 149 (58.59% from 255) = 26.28%
R=44.27%
G=29.45%
B=26.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.41
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25116714900.330.410.0210.5992.7378.43
HexFBA795021292b5d4e
Octal37324722504151213135116
Binary111110111010011110010101010000110100110101110111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA795; }

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

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

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

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

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

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

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

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