#FBA590

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

Shades of Rose Bud #FBA590

Tints of Rose Bud #FBA590

Color information

#FBA590 (or 0xFBA590) is unknown color: approx Rose Bud. HEX triplet: FB, A5 and 90. RGB value is (251,165,144). Sum of RGB (Red+Green+Blue) = 251+165+144=560 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.82% from 560); Green value is 165 (64.84% from 255 or 29.46% from 560); Blue value is 144 (56.64% from 255 or 25.71% from 560); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA590 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA590 is #045A6F. Grayscale: #BCBCBC. Windows color (decimal): -285296 or 9479675. OLE color: 9479675.

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

Color convert

RGB251165144-
CMYK00.340.430.02
HSL11.78º93.04%77.45%-
HSV(B)11.78º42.63%98.43%-
XYZ58.2749.4332.86-
YUV188.32102.99172.71-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.82%
GREEN value IS 165 (64.84% from 255) = 29.46%
BLUE value IS 144 (56.64% from 255) = 25.71%
R=44.82%
G=29.46%
B=25.71%

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
Decimal25116514400.340.430.0211.7893.0477.45
HexFBA5900222B2c5d4d
Octal37324522004253214135115
Binary111110111010010110010000010001010101110110010111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA590; }

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

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

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

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

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

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

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

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