#FBAC91

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

Shades of Rose Bud #FBAC91

Tints of Rose Bud #FBAC91

Color information

#FBAC91 (or 0xFBAC91) is unknown color: approx Rose Bud. HEX triplet: FB, AC and 91. RGB value is (251,172,145). Sum of RGB (Red+Green+Blue) = 251+172+145=568 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.19% from 568); Green value is 172 (67.58% from 255 or 30.28% from 568); Blue value is 145 (57.03% from 255 or 25.53% from 568); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAC91 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBAC91 is #04536E. Grayscale: #C0C0C0. Windows color (decimal): -283503 or 9547003. OLE color: 9547003.

HSL color Cylindrical-coordinate representation of color #FBAC91: hue angle of 15.28º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FBAC91 is Cyan = 0, Magento = 0.31, Yellow = 0.42 and Black (K on CMYK) = 0.02.

Color convert

RGB251172145-
CMYK00.310.420.02
HSL15.28º92.98%77.65%-
HSV(B)15.28º42.23%98.43%-
XYZ59.6552.0633.69-
YUV192.54101.17169.7-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.19%
GREEN value IS 172 (67.58% from 255) = 30.28%
BLUE value IS 145 (57.03% from 255) = 25.53%
R=44.19%
G=30.28%
B=25.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.42
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117214500.310.420.0215.2892.9877.65
HexFBAC9101F2A2f5d4e
Octal37325422103752217135116
Binary11111011101011001001000101111110101010111110111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBAC91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBAC91; }

 p { color: rgb(251,172,145); }

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

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

 a { background-color: rgb(251,172,145); }

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

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

 span { border-color: rgb(251,172,145); }

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