#FBAF9B

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

Shades of Rose Bud #FBAF9B

Tints of Rose Bud #FBAF9B

Color information

#FBAF9B (or 0xFBAF9B) is unknown color: approx Rose Bud. HEX triplet: FB, AF and 9B. RGB value is (251,175,155). Sum of RGB (Red+Green+Blue) = 251+175+155=581 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.20% from 581); Green value is 175 (68.75% from 255 or 30.12% from 581); Blue value is 155 (60.94% from 255 or 26.68% from 581); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAF9B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBAF9B is #045064. Grayscale: #C3C3C3. Windows color (decimal): -282725 or 10203131. OLE color: 10203131.

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

Color convert

RGB251175155-
CMYK00.300.380.02
HSL12.5º92.31%79.61%-
HSV(B)12.5º38.25%98.43%-
XYZ61.0353.5438.13-
YUV195.44105.18167.63-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 43.20%
GREEN value IS 175 (68.75% from 255) = 30.12%
BLUE value IS 155 (60.94% from 255) = 26.68%
R=43.20%
G=30.12%
B=26.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.38
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117515500.300.380.0212.592.3179.61
HexFBAF9B01E262d5c50
Octal37325723303646215134120
Binary11111011101011111001101101111010011010110110111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBAF9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBAF9B; }

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

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

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

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

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

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

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

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