#FBAC9A

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

Shades of Rose Bud #FBAC9A

Tints of Rose Bud #FBAC9A

Color information

#FBAC9A (or 0xFBAC9A) is unknown color: approx Rose Bud. HEX triplet: FB, AC and 9A. RGB value is (251,172,154). Sum of RGB (Red+Green+Blue) = 251+172+154=577 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.50% from 577); Green value is 172 (67.58% from 255 or 29.81% from 577); Blue value is 154 (60.55% from 255 or 26.69% from 577); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAC9A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBAC9A is #045365. Grayscale: #C1C1C1. Windows color (decimal): -283494 or 10136827. OLE color: 10136827.

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

Color convert

RGB251172154-
CMYK00.310.390.02
HSL11.13º92.38%79.41%-
HSV(B)11.13º38.65%98.43%-
XYZ60.3752.3537.49-
YUV193.57105.67168.96-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 43.50%
GREEN value IS 172 (67.58% from 255) = 29.81%
BLUE value IS 154 (60.55% from 255) = 26.69%
R=43.50%
G=29.81%
B=26.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.39
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117215400.310.390.0211.1392.3879.41
HexFBAC9A01F272b5c4f
Octal37325423203747213134117
Binary11111011101011001001101001111110011110101110111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBAC9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBAC9A; }

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

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

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

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

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

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

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

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