#FBA58D

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

Shades of Rose Bud #FBA58D

Tints of Rose Bud #FBA58D

Color information

#FBA58D (or 0xFBA58D) is unknown color: approx Rose Bud. HEX triplet: FB, A5 and 8D. RGB value is (251,165,141). Sum of RGB (Red+Green+Blue) = 251+165+141=557 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.06% from 557); Green value is 165 (64.84% from 255 or 29.62% from 557); Blue value is 141 (55.47% from 255 or 25.31% from 557); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA58D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA58D is #045A72. Grayscale: #BCBCBC. Windows color (decimal): -285299 or 9283067. OLE color: 9283067.

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

Color convert

RGB251165141-
CMYK00.340.440.02
HSL13.09º93.22%76.86%-
HSV(B)13.09º43.82%98.43%-
XYZ58.0549.3431.66-
YUV187.98101.49172.95-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 45.06%
GREEN value IS 165 (64.84% from 255) = 29.62%
BLUE value IS 141 (55.47% from 255) = 25.31%
R=45.06%
G=29.62%
B=25.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.44
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25116514100.340.440.0213.0993.2276.86
HexFBA58D0222C2d5d4d
Octal37324521504254215135115
Binary111110111010010110001101010001010110010110110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA58D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA58D; }

 p { color: rgb(251,165,141); }

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

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

 a { background-color: rgb(251,165,141); }

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

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

 span { border-color: rgb(251,165,141); }

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