#FBABA1

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

Shades of Rose Bud #FBABA1

Tints of Rose Bud #FBABA1

Color information

#FBABA1 (or 0xFBABA1) is unknown color: approx Rose Bud. HEX triplet: FB, AB and A1. RGB value is (251,171,161). Sum of RGB (Red+Green+Blue) = 251+171+161=583 (77% of max value = 765). Red value is 251 (98.44% from 255 or 43.05% from 583); Green value is 171 (67.19% from 255 or 29.33% from 583); Blue value is 161 (63.28% from 255 or 27.62% from 583); Max value from RGB is 251 - color contains mainly: red. Hex color #FBABA1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBABA1 is #04545E. Grayscale: #C1C1C1. Windows color (decimal): -283743 or 10595323. OLE color: 10595323.

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

Color convert

RGB251171161-
CMYK00.320.360.02
HSL6.67º91.84%80.78%-
HSV(B)6.67º35.86%98.43%-
XYZ60.7852.2140.59-
YUV193.78109.5168.81-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 43.05%
GREEN value IS 171 (67.19% from 255) = 29.33%
BLUE value IS 161 (63.28% from 255) = 27.62%
R=43.05%
G=29.33%
B=27.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117116100.320.360.026.6791.8480.78
HexFBABA102024275c51
Octal3732532410404427134121
Binary11111011101010111010000101000001001001011110111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBABA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBABA1; }

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

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

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

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

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

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

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

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