#FBA990

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

Shades of Rose Bud #FBA990

Tints of Rose Bud #FBA990

Color information

#FBA990 (or 0xFBA990) is unknown color: approx Rose Bud. HEX triplet: FB, A9 and 90. RGB value is (251,169,144). Sum of RGB (Red+Green+Blue) = 251+169+144=564 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.50% from 564); Green value is 169 (66.41% from 255 or 29.96% from 564); Blue value is 144 (56.64% from 255 or 25.53% from 564); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA990 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA990 is #04566F. Grayscale: #BEBEBE. Windows color (decimal): -284272 or 9480699. OLE color: 9480699.

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

Color convert

RGB251169144-
CMYK00.330.430.02
HSL14.02º93.04%77.45%-
HSV(B)14.02º42.63%98.43%-
XYZ59.0150.933.1-
YUV190.67101.67171.03-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.50%
GREEN value IS 169 (66.41% from 255) = 29.96%
BLUE value IS 144 (56.64% from 255) = 25.53%
R=44.50%
G=29.96%
B=25.53%

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
Decimal25116914400.330.430.0214.0293.0477.45
HexFBA9900212B2e5d4d
Octal37325122004153216135115
Binary111110111010100110010000010000110101110111010111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA990; }

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

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

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

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

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

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

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

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