#FBAC8D

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

Shades of Rose Bud #FBAC8D

Tints of Rose Bud #FBAC8D

Color information

#FBAC8D (or 0xFBAC8D) is unknown color: approx Rose Bud. HEX triplet: FB, AC and 8D. RGB value is (251,172,141). Sum of RGB (Red+Green+Blue) = 251+172+141=564 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.50% from 564); Green value is 172 (67.58% from 255 or 30.50% from 564); Blue value is 141 (55.47% from 255 or 25% from 564); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAC8D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBAC8D is #045372. Grayscale: #C0C0C0. Windows color (decimal): -283507 or 9284859. OLE color: 9284859.

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

Color convert

RGB251172141-
CMYK00.310.440.02
HSL16.91º93.22%76.86%-
HSV(B)16.91º43.82%98.43%-
XYZ59.3451.9432.1-
YUV192.0999.17170.02-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.50%
GREEN value IS 172 (67.58% from 255) = 30.50%
BLUE value IS 141 (55.47% from 255) = 25%
R=44.50%
G=30.50%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.44
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117214100.310.440.0216.9193.2276.86
HexFBAC8D01F2C2115d4d
Octal37325421503754221135115
Binary111110111010110010001101011111101100101000110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBAC8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBAC8D; }

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

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

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

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

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

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

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

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