#FBB3A1

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

Shades of Rose Bud #FBB3A1

Tints of Rose Bud #FBB3A1

Color information

#FBB3A1 (or 0xFBB3A1) is unknown color: approx Rose Bud. HEX triplet: FB, B3 and A1. RGB value is (251,179,161). Sum of RGB (Red+Green+Blue) = 251+179+161=591 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.47% from 591); Green value is 179 (70.31% from 255 or 30.29% from 591); Blue value is 161 (63.28% from 255 or 27.24% from 591); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB3A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBB3A1 is #044C5E. Grayscale: #C6C6C6. Windows color (decimal): -281695 or 10597371. OLE color: 10597371.

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

Color convert

RGB251179161-
CMYK00.290.360.02
HSL12º91.84%80.78%-
HSV(B)12º35.86%98.43%-
XYZ62.3455.3241.11-
YUV198.48106.85165.46-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 42.47%
GREEN value IS 179 (70.31% from 255) = 30.29%
BLUE value IS 161 (63.28% from 255) = 27.24%
R=42.47%
G=30.29%
B=27.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117916100.290.360.021291.8480.78
HexFBB3A101D242c5c51
Octal37326324103544214134121
Binary11111011101100111010000101110110010010110010111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB3A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB3A1; }

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

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

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

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

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

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

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

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