#FBA09B

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

Shades of Rose Bud #FBA09B

Tints of Rose Bud #FBA09B

Color information

#FBA09B (or 0xFBA09B) is unknown color: approx Rose Bud. HEX triplet: FB, A0 and 9B. RGB value is (251,160,155). Sum of RGB (Red+Green+Blue) = 251+160+155=566 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.35% from 566); Green value is 160 (62.89% from 255 or 28.27% from 566); Blue value is 155 (60.94% from 255 or 27.39% from 566); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA09B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA09B is #045F64. Grayscale: #BABABA. Windows color (decimal): -286565 or 10199291. OLE color: 10199291.

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

Color convert

RGB251160155-
CMYK00.360.380.02
HSL3.13º92.31%79.61%-
HSV(B)3.13º38.25%98.43%-
XYZ58.2748.0237.21-
YUV186.64110.15173.91-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.35%
GREEN value IS 160 (62.89% from 255) = 28.27%
BLUE value IS 155 (60.94% from 255) = 27.39%
R=44.35%
G=28.27%
B=27.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.38
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25116015500.360.380.023.1392.3179.61
HexFBA09B02426235c50
Octal3732402330444623134120
Binary1111101110100000100110110100100100110101110111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA09B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA09B; }

 p { color: rgb(251,160,155); }

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

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

 a { background-color: rgb(251,160,155); }

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

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

 span { border-color: rgb(251,160,155); }

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