#FBA29C

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

Shades of Rose Bud #FBA29C

Tints of Rose Bud #FBA29C

Color information

#FBA29C (or 0xFBA29C) is unknown color: approx Rose Bud. HEX triplet: FB, A2 and 9C. RGB value is (251,162,156). Sum of RGB (Red+Green+Blue) = 251+162+156=569 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.11% from 569); Green value is 162 (63.67% from 255 or 28.47% from 569); Blue value is 156 (61.33% from 255 or 27.42% from 569); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA29C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA29C is #045D63. Grayscale: #BCBCBC. Windows color (decimal): -286052 or 10265339. OLE color: 10265339.

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

Color convert

RGB251162156-
CMYK00.350.380.02
HSL3.79º92.23%79.8%-
HSV(B)3.79º37.85%98.43%-
XYZ58.748.7537.77-
YUV187.93109.99172.99-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.11%
GREEN value IS 162 (63.67% from 255) = 28.47%
BLUE value IS 156 (61.33% from 255) = 27.42%
R=44.11%
G=28.47%
B=27.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.38
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25116215600.350.380.023.7992.2379.8
HexFBA29C02326245c50
Octal3732422340434624134120
Binary11111011101000101001110001000111001101010010111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA29C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA29C; }

 p { color: rgb(251,162,156); }

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

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

 a { background-color: rgb(251,162,156); }

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

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

 span { border-color: rgb(251,162,156); }

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