#FBA09F

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

Shades of Rose Bud #FBA09F

Tints of Rose Bud #FBA09F

Color information

#FBA09F (or 0xFBA09F) is unknown color: approx Rose Bud. HEX triplet: FB, A0 and 9F. RGB value is (251,160,159). Sum of RGB (Red+Green+Blue) = 251+160+159=570 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.04% from 570); Green value is 160 (62.89% from 255 or 28.07% from 570); Blue value is 159 (62.5% from 255 or 27.89% from 570); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA09F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA09F is #045F60. Grayscale: #BBBBBB. Windows color (decimal): -286561 or 10461435. OLE color: 10461435.

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

Color convert

RGB251160159-
CMYK00.360.370.02
HSL0.65º92%80.39%-
HSV(B)0.65º36.65%98.43%-
XYZ58.6148.1539.01-
YUV187.1112.15173.58-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.04%
GREEN value IS 160 (62.89% from 255) = 28.07%
BLUE value IS 159 (62.5% from 255) = 27.89%
R=44.04%
G=28.07%
B=27.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.37
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25116015900.360.370.020.659280.39
HexFBA09F02425215c50
Octal3732402370444521134120
Binary111110111010000010011111010010010010110110111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA09F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA09F; }

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

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

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

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

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

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

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

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