#FBAA8C

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

Shades of Rose Bud #FBAA8C

Tints of Rose Bud #FBAA8C

Color information

#FBAA8C (or 0xFBAA8C) is unknown color: approx Rose Bud. HEX triplet: FB, AA and 8C. RGB value is (251,170,140). Sum of RGB (Red+Green+Blue) = 251+170+140=561 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.74% from 561); Green value is 170 (66.80% from 255 or 30.30% from 561); Blue value is 140 (55.08% from 255 or 24.96% from 561); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAA8C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBAA8C is #045573. Grayscale: #BFBFBF. Windows color (decimal): -284020 or 9218811. OLE color: 9218811.

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

Color convert

RGB251170140-
CMYK00.320.440.02
HSL16.22º93.28%76.67%-
HSV(B)16.22º44.22%98.43%-
XYZ58.8951.1531.58-
YUV190.899.34170.94-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.74%
GREEN value IS 170 (66.80% from 255) = 30.30%
BLUE value IS 140 (55.08% from 255) = 24.96%
R=44.74%
G=30.30%
B=24.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.44
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117014000.320.440.0216.2293.2876.67
HexFBAA8C0202C2105d4d
Octal37325221404054220135115
Binary1111101110101010100011000100000101100101000010111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBAA8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBAA8C; }

 p { color: rgb(251,170,140); }

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

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

 a { background-color: rgb(251,170,140); }

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

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

 span { border-color: rgb(251,170,140); }

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