#FBAC92

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

Shades of Rose Bud #FBAC92

Tints of Rose Bud #FBAC92

Color information

#FBAC92 (or 0xFBAC92) is unknown color: approx Rose Bud. HEX triplet: FB, AC and 92. RGB value is (251,172,146). Sum of RGB (Red+Green+Blue) = 251+172+146=569 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.11% from 569); Green value is 172 (67.58% from 255 or 30.23% from 569); Blue value is 146 (57.42% from 255 or 25.66% from 569); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAC92 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBAC92 is #04536D. Grayscale: #C0C0C0. Windows color (decimal): -283502 or 9612539. OLE color: 9612539.

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

Color convert

RGB251172146-
CMYK00.310.420.02
HSL14.86º92.92%77.84%-
HSV(B)14.86º41.83%98.43%-
XYZ59.7252.0934.1-
YUV192.66101.67169.61-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.11%
GREEN value IS 172 (67.58% from 255) = 30.23%
BLUE value IS 146 (57.42% from 255) = 25.66%
R=44.11%
G=30.23%
B=25.66%

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
Decimal25117214600.310.420.0214.8692.9277.84
HexFBAC9201F2A2f5d4e
Octal37325422203752217135116
Binary11111011101011001001001001111110101010111110111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBAC92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBAC92; }

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

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

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

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

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

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

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

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