#FBA495

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

Shades of Rose Bud #FBA495

Tints of Rose Bud #FBA495

Color information

#FBA495 (or 0xFBA495) is unknown color: approx Rose Bud. HEX triplet: FB, A4 and 95. RGB value is (251,164,149). Sum of RGB (Red+Green+Blue) = 251+164+149=564 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.50% from 564); Green value is 164 (64.45% from 255 or 29.08% from 564); Blue value is 149 (58.59% from 255 or 26.42% from 564); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA495 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA495 is #045B6A. Grayscale: #BCBCBC. Windows color (decimal): -285547 or 9807099. OLE color: 9807099.

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

Color convert

RGB251164149-
CMYK00.350.410.02
HSL8.82º92.73%78.43%-
HSV(B)8.82º40.64%98.43%-
XYZ58.4849.2334.85-
YUV188.3105.82172.72-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.50%
GREEN value IS 164 (64.45% from 255) = 29.08%
BLUE value IS 149 (58.59% from 255) = 26.42%
R=44.50%
G=29.08%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.41
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25116414900.350.410.028.8292.7378.43
HexFBA49502329295d4e
Octal37324422504351211135116
Binary111110111010010010010101010001110100110100110111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA495; }

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

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

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

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

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

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

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

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