#FBA695

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

Shades of Rose Bud #FBA695

Tints of Rose Bud #FBA695

Color information

#FBA695 (or 0xFBA695) is unknown color: approx Rose Bud. HEX triplet: FB, A6 and 95. RGB value is (251,166,149). Sum of RGB (Red+Green+Blue) = 251+166+149=566 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.35% from 566); Green value is 166 (65.23% from 255 or 29.33% from 566); Blue value is 149 (58.59% from 255 or 26.33% from 566); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA695 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA695 is #04596A. Grayscale: #BDBDBD. Windows color (decimal): -285035 or 9807611. OLE color: 9807611.

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

Color convert

RGB251166149-
CMYK00.340.410.02
HSL10º92.73%78.43%-
HSV(B)10º40.64%98.43%-
XYZ58.8449.9534.97-
YUV189.48105.16171.88-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.35%
GREEN value IS 166 (65.23% from 255) = 29.33%
BLUE value IS 149 (58.59% from 255) = 26.33%
R=44.35%
G=29.33%
B=26.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.41
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25116614900.340.410.021092.7378.43
HexFBA695022292a5d4e
Octal37324622504251212135116
Binary111110111010011010010101010001010100110101010111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA695; }

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

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

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

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

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

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

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

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