#FBA69B

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

Shades of Rose Bud #FBA69B

Tints of Rose Bud #FBA69B

Color information

#FBA69B (or 0xFBA69B) is unknown color: approx Rose Bud. HEX triplet: FB, A6 and 9B. RGB value is (251,166,155). Sum of RGB (Red+Green+Blue) = 251+166+155=572 (75% of max value = 765). Red value is 251 (98.44% from 255 or 43.88% from 572); Green value is 166 (65.23% from 255 or 29.02% from 572); Blue value is 155 (60.94% from 255 or 27.10% from 572); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA69B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA69B is #045964. Grayscale: #BEBEBE. Windows color (decimal): -285029 or 10200827. OLE color: 10200827.

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

Color convert

RGB251166155-
CMYK00.340.380.02
HSL6.88º92.31%79.61%-
HSV(B)6.88º38.25%98.43%-
XYZ59.3450.1537.56-
YUV190.16108.16171.39-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 43.88%
GREEN value IS 166 (65.23% from 255) = 29.02%
BLUE value IS 155 (60.94% from 255) = 27.10%
R=43.88%
G=29.02%
B=27.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.38
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25116615500.340.380.026.8892.3179.61
HexFBA69B02226275c50
Octal3732462330424627134120
Binary11111011101001101001101101000101001101011110111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA69B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA69B; }

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

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

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

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

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

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

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

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