#FBA19B

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

Shades of Rose Bud #FBA19B

Tints of Rose Bud #FBA19B

Color information

#FBA19B (or 0xFBA19B) is unknown color: approx Rose Bud. HEX triplet: FB, A1 and 9B. RGB value is (251,161,155). Sum of RGB (Red+Green+Blue) = 251+161+155=567 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.27% from 567); Green value is 161 (63.28% from 255 or 28.40% from 567); Blue value is 155 (60.94% from 255 or 27.34% from 567); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA19B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA19B is #045E64. Grayscale: #BBBBBB. Windows color (decimal): -286309 or 10199547. OLE color: 10199547.

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

Color convert

RGB251161155-
CMYK00.360.380.02
HSL3.75º92.31%79.61%-
HSV(B)3.75º38.25%98.43%-
XYZ58.4448.3737.27-
YUV187.23109.82173.49-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.27%
GREEN value IS 161 (63.28% from 255) = 28.40%
BLUE value IS 155 (60.94% from 255) = 27.34%
R=44.27%
G=28.40%
B=27.34%

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
Decimal25116115500.360.380.023.7592.3179.61
HexFBA19B02426245c50
Octal3732412330444624134120
Binary11111011101000011001101101001001001101010010111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA19B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA19B; }

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

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

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

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

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

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

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

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