#FBA690

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

Shades of Rose Bud #FBA690

Tints of Rose Bud #FBA690

Color information

#FBA690 (or 0xFBA690) is unknown color: approx Rose Bud. HEX triplet: FB, A6 and 90. RGB value is (251,166,144). Sum of RGB (Red+Green+Blue) = 251+166+144=561 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.74% from 561); Green value is 166 (65.23% from 255 or 29.59% from 561); Blue value is 144 (56.64% from 255 or 25.67% from 561); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA690 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA690 is #04596F. Grayscale: #BDBDBD. Windows color (decimal): -285040 or 9479931. OLE color: 9479931.

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

Color convert

RGB251166144-
CMYK00.340.430.02
HSL12.34º93.04%77.45%-
HSV(B)12.34º42.63%98.43%-
XYZ58.4549.832.92-
YUV188.91102.66172.29-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.74%
GREEN value IS 166 (65.23% from 255) = 29.59%
BLUE value IS 144 (56.64% from 255) = 25.67%
R=44.74%
G=29.59%
B=25.67%

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
Decimal25116614400.340.430.0212.3493.0477.45
HexFBA6900222B2c5d4d
Octal37324622004253214135115
Binary111110111010011010010000010001010101110110010111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA690; }

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

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

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

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

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

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

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

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