#FBA58F

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

Shades of Rose Bud #FBA58F

Tints of Rose Bud #FBA58F

Color information

#FBA58F (or 0xFBA58F) is unknown color: approx Rose Bud. HEX triplet: FB, A5 and 8F. RGB value is (251,165,143). Sum of RGB (Red+Green+Blue) = 251+165+143=559 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.90% from 559); Green value is 165 (64.84% from 255 or 29.52% from 559); Blue value is 143 (56.25% from 255 or 25.58% from 559); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA58F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA58F is #045A70. Grayscale: #BCBCBC. Windows color (decimal): -285297 or 9414139. OLE color: 9414139.

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

Color convert

RGB251165143-
CMYK00.340.430.02
HSL12.22º93.1%77.25%-
HSV(B)12.22º43.03%98.43%-
XYZ58.249.432.45-
YUV188.21102.49172.79-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.90%
GREEN value IS 165 (64.84% from 255) = 29.52%
BLUE value IS 143 (56.25% from 255) = 25.58%
R=44.90%
G=29.52%
B=25.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.43
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25116514300.340.430.0212.2293.177.25
HexFBA58F0222B2c5d4d
Octal37324521704253214135115
Binary111110111010010110001111010001010101110110010111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA58F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA58F; }

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

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

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

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

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

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

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

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