#FBA491

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

Shades of Rose Bud #FBA491

Tints of Rose Bud #FBA491

Color information

#FBA491 (or 0xFBA491) is unknown color: approx Rose Bud. HEX triplet: FB, A4 and 91. RGB value is (251,164,145). Sum of RGB (Red+Green+Blue) = 251+164+145=560 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.82% from 560); Green value is 164 (64.45% from 255 or 29.29% from 560); Blue value is 145 (57.03% from 255 or 25.89% from 560); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA491 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA491 is #045B6E. Grayscale: #BCBCBC. Windows color (decimal): -285551 or 9544955. OLE color: 9544955.

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

Color convert

RGB251164145-
CMYK00.350.420.02
HSL10.75º92.98%77.65%-
HSV(B)10.75º42.23%98.43%-
XYZ58.1749.133.2-
YUV187.85103.82173.04-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.82%
GREEN value IS 164 (64.45% from 255) = 29.29%
BLUE value IS 145 (57.03% from 255) = 25.89%
R=44.82%
G=29.29%
B=25.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.42
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25116414500.350.420.0210.7592.9877.65
HexFBA4910232A2b5d4e
Octal37324422104352213135116
Binary111110111010010010010001010001110101010101110111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA491; }

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

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

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

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

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

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

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

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