#FAB2A1

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

Shades of Rose Bud #FAB2A1

Tints of Rose Bud #FAB2A1

Color information

#FAB2A1 (or 0xFAB2A1) is unknown color: approx Rose Bud. HEX triplet: FA, B2 and A1. RGB value is (250,178,161). Sum of RGB (Red+Green+Blue) = 250+178+161=589 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.44% from 589); Green value is 178 (69.92% from 255 or 30.22% from 589); Blue value is 161 (63.28% from 255 or 27.33% from 589); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB2A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAB2A1 is #054D5E. Grayscale: #C5C5C5. Windows color (decimal): -347487 or 10597114. OLE color: 10597114.

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

Color convert

RGB250178161-
CMYK00.290.360.02
HSL11.46º89.9%80.59%-
HSV(B)11.46º35.6%98.04%-
XYZ61.7854.7441.03-
YUV197.59107.35165.38-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.44%
GREEN value IS 178 (69.92% from 255) = 30.22%
BLUE value IS 161 (63.28% from 255) = 27.33%
R=42.44%
G=30.22%
B=27.33%

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
Decimal25017816100.290.360.0211.4689.980.59
HexFAB2A101D242b5a51
Octal37226224103544213132121
Binary11111010101100101010000101110110010010101110110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB2A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB2A1; }

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

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

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

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

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

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

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

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