#FBA49A

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

Shades of Rose Bud #FBA49A

Tints of Rose Bud #FBA49A

Color information

#FBA49A (or 0xFBA49A) is unknown color: approx Rose Bud. HEX triplet: FB, A4 and 9A. RGB value is (251,164,154). Sum of RGB (Red+Green+Blue) = 251+164+154=569 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.11% from 569); Green value is 164 (64.45% from 255 or 28.82% from 569); Blue value is 154 (60.55% from 255 or 27.07% from 569); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA49A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA49A is #045B65. Grayscale: #BDBDBD. Windows color (decimal): -285542 or 10134779. OLE color: 10134779.

HSL color Cylindrical-coordinate representation of color #FBA49A: hue angle of 6.19º degrees, saturation: 0.92, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FBA49A is Cyan = 0, Magento = 0.35, Yellow = 0.39 and Black (K on CMYK) = 0.02.

Color convert

RGB251164154-
CMYK00.350.390.02
HSL6.19º92.38%79.41%-
HSV(B)6.19º38.65%98.43%-
XYZ58.8949.3937-
YUV188.87108.32172.31-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.11%
GREEN value IS 164 (64.45% from 255) = 28.82%
BLUE value IS 154 (60.55% from 255) = 27.07%
R=44.11%
G=28.82%
B=27.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.39
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25116415400.350.390.026.1992.3879.41
HexFBA49A02327265c4f
Octal3732442320434726134117
Binary11111011101001001001101001000111001111011010111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA49A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA49A; }

 p { color: rgb(251,164,154); }

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

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

 a { background-color: rgb(251,164,154); }

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

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

 span { border-color: rgb(251,164,154); }

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