#FBAC90

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

Shades of Rose Bud #FBAC90

Tints of Rose Bud #FBAC90

Color information

#FBAC90 (or 0xFBAC90) is unknown color: approx Rose Bud. HEX triplet: FB, AC and 90. RGB value is (251,172,144). Sum of RGB (Red+Green+Blue) = 251+172+144=567 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.27% from 567); Green value is 172 (67.58% from 255 or 30.34% from 567); Blue value is 144 (56.64% from 255 or 25.40% from 567); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAC90 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBAC90 is #04536F. Grayscale: #C0C0C0. Windows color (decimal): -283504 or 9481467. OLE color: 9481467.

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

Color convert

RGB251172144-
CMYK00.310.430.02
HSL15.7º93.04%77.45%-
HSV(B)15.7º42.63%98.43%-
XYZ59.5752.0333.29-
YUV192.43100.67169.78-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.27%
GREEN value IS 172 (67.58% from 255) = 30.34%
BLUE value IS 144 (56.64% from 255) = 25.40%
R=44.27%
G=30.34%
B=25.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.43
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117214400.310.430.0215.793.0477.45
HexFBAC9001F2B2105d4d
Octal37325422003753220135115
Binary111110111010110010010000011111101011101000010111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBAC90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBAC90; }

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

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

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

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

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

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

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

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