#FBA19A

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

Shades of Rose Bud #FBA19A

Tints of Rose Bud #FBA19A

Color information

#FBA19A (or 0xFBA19A) is unknown color: approx Rose Bud. HEX triplet: FB, A1 and 9A. RGB value is (251,161,154). Sum of RGB (Red+Green+Blue) = 251+161+154=566 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.35% from 566); Green value is 161 (63.28% from 255 or 28.45% from 566); Blue value is 154 (60.55% from 255 or 27.21% from 566); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA19A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA19A is #045E65. Grayscale: #BBBBBB. Windows color (decimal): -286310 or 10134011. OLE color: 10134011.

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

Color convert

RGB251161154-
CMYK00.360.390.02
HSL4.33º92.38%79.41%-
HSV(B)4.33º38.65%98.43%-
XYZ58.3648.3336.82-
YUV187.11109.32173.57-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.35%
GREEN value IS 161 (63.28% from 255) = 28.45%
BLUE value IS 154 (60.55% from 255) = 27.21%
R=44.35%
G=28.45%
B=27.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.39
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25116115400.360.390.024.3392.3879.41
HexFBA19A02427245c4f
Octal3732412320444724134117
Binary11111011101000011001101001001001001111010010111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA19A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA19A; }

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

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

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

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

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

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

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

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