#FBA890

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

Shades of Rose Bud #FBA890

Tints of Rose Bud #FBA890

Color information

#FBA890 (or 0xFBA890) is unknown color: approx Rose Bud. HEX triplet: FB, A8 and 90. RGB value is (251,168,144). Sum of RGB (Red+Green+Blue) = 251+168+144=563 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.58% from 563); Green value is 168 (66.02% from 255 or 29.84% from 563); Blue value is 144 (56.64% from 255 or 25.58% from 563); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA890 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA890 is #04576F. Grayscale: #BEBEBE. Windows color (decimal): -284528 or 9480443. OLE color: 9480443.

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

Color convert

RGB251168144-
CMYK00.330.430.02
HSL13.46º93.04%77.45%-
HSV(B)13.46º42.63%98.43%-
XYZ58.8250.5333.04-
YUV190.08102171.45-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.58%
GREEN value IS 168 (66.02% from 255) = 29.84%
BLUE value IS 144 (56.64% from 255) = 25.58%
R=44.58%
G=29.84%
B=25.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.43
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25116814400.330.430.0213.4693.0477.45
HexFBA8900212B2d5d4d
Octal37325022004153215135115
Binary111110111010100010010000010000110101110110110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA890; }

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

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

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

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

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

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

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

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