#FAB3A1

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

Shades of Rose Bud #FAB3A1

Tints of Rose Bud #FAB3A1

Color information

#FAB3A1 (or 0xFAB3A1) is unknown color: approx Rose Bud. HEX triplet: FA, B3 and A1. RGB value is (250,179,161). Sum of RGB (Red+Green+Blue) = 250+179+161=590 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.37% from 590); Green value is 179 (70.31% from 255 or 30.34% from 590); Blue value is 161 (63.28% from 255 or 27.29% from 590); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB3A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAB3A1 is #054C5E. Grayscale: #C6C6C6. Windows color (decimal): -347231 or 10597370. OLE color: 10597370.

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

Color convert

RGB250179161-
CMYK00.280.360.02
HSL12.13º89.9%80.59%-
HSV(B)12.13º35.6%98.04%-
XYZ61.9855.1441.09-
YUV198.18107.02164.96-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.37%
GREEN value IS 179 (70.31% from 255) = 30.34%
BLUE value IS 161 (63.28% from 255) = 27.29%
R=42.37%
G=30.34%
B=27.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017916100.280.360.0212.1389.980.59
HexFAB3A101C242c5a51
Octal37226324103444214132121
Binary11111010101100111010000101110010010010110010110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB3A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB3A1; }

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

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

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

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

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

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

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

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