#FAB1A2

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

Shades of Rose Bud #FAB1A2

Tints of Rose Bud #FAB1A2

Color information

#FAB1A2 (or 0xFAB1A2) is unknown color: approx Rose Bud. HEX triplet: FA, B1 and A2. RGB value is (250,177,162). Sum of RGB (Red+Green+Blue) = 250+177+162=589 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.44% from 589); Green value is 177 (69.53% from 255 or 30.05% from 589); Blue value is 162 (63.67% from 255 or 27.50% from 589); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB1A2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAB1A2 is #054E5D. Grayscale: #C5C5C5. Windows color (decimal): -347742 or 10662394. OLE color: 10662394.

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

Color convert

RGB250177162-
CMYK00.290.350.02
HSL10.23º89.8%80.78%-
HSV(B)10.23º35.2%98.04%-
XYZ61.6754.3841.43-
YUV197.12108.18165.72-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.44%
GREEN value IS 177 (69.53% from 255) = 30.05%
BLUE value IS 162 (63.67% from 255) = 27.50%
R=42.44%
G=30.05%
B=27.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.35
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017716200.290.350.0210.2389.880.78
HexFAB1A201D232a5a51
Octal37226124203543212132121
Binary11111010101100011010001001110110001110101010110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB1A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB1A2; }

 p { color: rgb(250,177,162); }

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

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

 a { background-color: rgb(250,177,162); }

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

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

 span { border-color: rgb(250,177,162); }

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