#FBAC9E

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

Shades of Rose Bud #FBAC9E

Tints of Rose Bud #FBAC9E

Color information

#FBAC9E (or 0xFBAC9E) is unknown color: approx Rose Bud. HEX triplet: FB, AC and 9E. RGB value is (251,172,158). Sum of RGB (Red+Green+Blue) = 251+172+158=581 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.20% from 581); Green value is 172 (67.58% from 255 or 29.60% from 581); Blue value is 158 (62.11% from 255 or 27.19% from 581); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAC9E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBAC9E is #045361. Grayscale: #C2C2C2. Windows color (decimal): -283490 or 10398971. OLE color: 10398971.

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

Color convert

RGB251172158-
CMYK00.310.370.02
HSL9.03º92.08%80.2%-
HSV(B)9.03º37.05%98.43%-
XYZ60.7152.4839.28-
YUV194.02107.67168.64-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 43.20%
GREEN value IS 172 (67.58% from 255) = 29.60%
BLUE value IS 158 (62.11% from 255) = 27.19%
R=43.20%
G=29.60%
B=27.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.37
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117215800.310.370.029.0392.0880.2
HexFBAC9E01F25295c50
Octal37325423603745211134120
Binary11111011101011001001111001111110010110100110111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBAC9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBAC9E; }

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

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

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

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

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

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

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

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