#FBA9A1

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

Shades of Rose Bud #FBA9A1

Tints of Rose Bud #FBA9A1

Color information

#FBA9A1 (or 0xFBA9A1) is unknown color: approx Rose Bud. HEX triplet: FB, A9 and A1. RGB value is (251,169,161). Sum of RGB (Red+Green+Blue) = 251+169+161=581 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.20% from 581); Green value is 169 (66.41% from 255 or 29.09% from 581); Blue value is 161 (63.28% from 255 or 27.71% from 581); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA9A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA9A1 is #04565E. Grayscale: #C0C0C0. Windows color (decimal): -284255 or 10594811. OLE color: 10594811.

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

Color convert

RGB251169161-
CMYK00.330.360.02
HSL5.33º91.84%80.78%-
HSV(B)5.33º35.86%98.43%-
XYZ60.451.4640.47-
YUV192.61110.17169.65-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 43.20%
GREEN value IS 169 (66.41% from 255) = 29.09%
BLUE value IS 161 (63.28% from 255) = 27.71%
R=43.20%
G=29.09%
B=27.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25116916100.330.360.025.3391.8480.78
HexFBA9A102124255c51
Octal3732512410414425134121
Binary11111011101010011010000101000011001001010110111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA9A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA9A1; }

 p { color: rgb(251,169,161); }

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

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

 a { background-color: rgb(251,169,161); }

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

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

 span { border-color: rgb(251,169,161); }

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