#FBA99F

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

Shades of Rose Bud #FBA99F

Tints of Rose Bud #FBA99F

Color information

#FBA99F (or 0xFBA99F) is unknown color: approx Rose Bud. HEX triplet: FB, A9 and 9F. RGB value is (251,169,159). Sum of RGB (Red+Green+Blue) = 251+169+159=579 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.35% from 579); Green value is 169 (66.41% from 255 or 29.19% from 579); Blue value is 159 (62.5% from 255 or 27.46% from 579); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA99F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA99F is #045660. Grayscale: #C0C0C0. Windows color (decimal): -284257 or 10463739. OLE color: 10463739.

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

Color convert

RGB251169159-
CMYK00.330.370.02
HSL6.52º92%80.39%-
HSV(B)6.52º36.65%98.43%-
XYZ60.2351.3939.55-
YUV192.38109.17169.81-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 43.35%
GREEN value IS 169 (66.41% from 255) = 29.19%
BLUE value IS 159 (62.5% from 255) = 27.46%
R=43.35%
G=29.19%
B=27.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.37
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25116915900.330.370.026.529280.39
HexFBA99F02125275c50
Octal3732512370414527134120
Binary11111011101010011001111101000011001011011110111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA99F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA99F; }

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

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

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

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

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

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

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

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